Simple Full Text Search for App Engine
Updated: 2009-07-01 (Added optional stemming.)
After rewatching Brett Slatkin's Building Scalable, Complex Apps talk at Google I/O, I came across the old SearchableModel module and realized it could be greatly improved by using the "Relation Index" technique described in the talk. So after a day of hacking, I'm releasing an open source (MIT License) simple solution to full text search for App Engine.
The full ...