This app tests a full text search module for Google App Engine. Once you are logged in, you can add text pages that will be indexed via Task Queue API tasks. The search indices are efficiently stored using "Relation Index" entities as described in this Google I/O talk.
My blog has an article on this appengine-search module. You can download the code from the appengine-search github repository under a liberal open source (MIT) license.