Hello William, Happy New Year you too.
For my part, i use a third part server on AWS with Sorl. I have a handler in my app to make the possibility has Solr to get a delta import every each time by a cron (you need to implement a security system). About the search, I use 'urlfetch' to make a query in Solr. It returns only all keys matched. In python you have also "Python Whoosh". (I have read an example from Ikai.) Also i think http://code.google.com/p/googleappengine/source/browse/trunk/python/google/appengine/api/matcher/matcher.py?r=126 is also a possibility, but it is not implemented in prod... (has confirmed). --sahid -- 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.
