Thank you for your reply is there any example code about full text search with gae?
On 12/1/08, Dan Sanderson <[EMAIL PROTECTED]> wrote: > The datastore does not have a built-in feature for doing full-text search of > an entity property. You can maintain your own search indexes, as the search > module does, but this can be expensive. (The search module included with > the SDK is not very practical, and can result in very large indexes.) > -- Dan > > On Sun, Nov 30, 2008 at 3:21 AM, lookon <[EMAIL PROTECTED]> wrote: > >> >> I've read the article >> http://code.google.com/appengine/articles/bulkload.html >> >> but I found it not work well...How to do text search in GAE? wish you >> can help me~ >> > >> > > > > -- Stay hungry,Stay foolish. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
