开发者

How should I do full-text searching on App Engine?

开发者 https://www.devze.com 2023-01-24 16:41 出处:网络
What should I do for fast, full-text searching on App Engine with as l开发者_如何学运维ittle work as possible (and as little Java — I’m doing Python.)?I have used Whoosh with appengine in one of my

What should I do for fast, full-text searching on App Engine with as l开发者_如何学运维ittle work as possible (and as little Java — I’m doing Python.)?


I have used Whoosh with appengine in one of my recent project and it seems to work fine. Have a look at https://github.com/tallstreet/Whoosh-AppEngine


GAE has announced plans to offer full-text searching natively in the Datastore soon.

0

精彩评论

暂无评论...
验证码 换一张
取 消