Question

What should I do for fast, full-text searching on App Engine with as little work as possible (and as little Java — I’m doing Python.)?

Was it helpful?

Solution 2

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

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top