Add Page | Google login

Full Text Search Test

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.

Search for phrase (e.g., 'lorem ipsum'):

Return Pages retrieves the entire Page entities.
Return Keys Only retrieves just the keys but uses intelligent key naming to transmit "Title" data via the key names.

Please login to add a page.