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.)?
Asked
Active
Viewed 1,250 times
7
-
possible duplicate of [How can one perform full text search in Google App Engine?](http://stackoverflow.com/questions/1297406/how-can-one-perform-full-text-search-in-google-app-engine) – systempuntoout Nov 09 '10 at 09:08
2 Answers
1
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

Ankit Jaiswal
- 22,859
- 5
- 41
- 64
-
As recently as last summer, people had been saying Whoosh didn’t work on App Engine. It’s all groovy now? – Alan H. Nov 09 '10 at 22:47
-
About how many words are in your index? How long do searches take to complete? – Alan H. Nov 11 '10 at 23:35
0
GAE has announced plans to offer full-text searching natively in the Datastore soon.

Alan H.
- 16,219
- 17
- 80
- 113