ok after a while of using bill katzs full text search solution i switched to indextank. and im really impressed how fast it is. ill be more than ok till GAEs full text search will be ready. ... and then we'll see if ill continue with indextank or GAEs solution.
On Aug 11, 2011, at 11:13 PM, PandaSuit wrote: > From Ikai's post it sounds like we are a ways away from having > Google's search on GAE and I need some features that are going to be > annoying to add to Bill Katz solution so I decided to try out > indextank.com as Jon Romero Vlachogiannis suggested. > > I am really impressed. It is easy to integrate and runs fast. All your > search and indexing processing is offloaded from your app and if you > have less than 100000 documents to index it is free. > > I am in the process of converting my app over to using IndexTank right > now. > > > On Aug 3, 12:32 am, andreas schmid <[email protected]> wrote: >> i tried whoosh-appengine and as i mentioned before it fails after indexing a >> few 1000 because the way it works and it exceeds the soft process limit size. >> >> never tried it on a backend. right now i customized bill katz's simple full >> text search and im really surprised how simple it is implemented and how >> easy it is to modify it to your needs. >> i think ill go on with this solution until gaes full text search will be >> released. >> >> thx >> >> On Aug 3, 2011, at 7:17 AM, Robert Kluin wrote: >> >> >> >> >> >> >> >>> Have you tried running whoosh (not whoosh-appengine) on a backend? >>> Backends are expensive, but might help you out a bit. >> >>> Robert >> >>> On Thu, Jul 28, 2011 at 11:19, andreas schmid <[email protected]> wrote: >>>> hi guys, >> >>>> i really need to have a full text search on my app and i wanted to know >>>> what kind of external services you are using on your apps. or how you >>>> implement such a service. >>>> i tried whoosh-appengine but first its a really old version and second it >>>> has huge issues with 1000+ indexed entities. >> >>>> we don't know when the full text search will be released for GAE right? >> >>>> thx >> >>>> -- >>>> 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 >>>> athttp://groups.google.com/group/google-appengine?hl=en. >> >>> -- >>> 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 >>> athttp://groups.google.com/group/google-appengine?hl=en. > > -- > 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. > -- 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.
