7

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.)?

Alan H.
  • 16,219
  • 17
  • 80
  • 113
  • 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 Answers2

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
0

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

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