Sorry, we're working on getting this out as quickly as we can. We're not close to trusted tester/beta period yet.
In the past, I've done App Engine talking HTTP over the public interwebs to an instance running Solr. The latency was acceptable for what I was doing: 20ms to either Slicehost or Linode (I forget which). -- Ikai Lan Developer Programs Engineer, Google App Engine plus.ikailan.com | twitter.com/ikai On Wed, Aug 3, 2011 at 11:03 AM, andreas schmid <[email protected]>wrote: > i got that you weren't suggesting that :) > > On Aug 3, 2011, at 5:19 PM, Robert Kluin wrote: > > > On Wed, Aug 3, 2011 at 03:32, 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. > > > > Sorry, I was suggesting to *not* use whoosh-appengine -- rather try > > 'real' whoosh on a backend with more RAM. I've seen an example of > > doing this before, though I don't recall where. I think it was quite > > straightforward. > > > > > > > >> > >> 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 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. > >>> > >> > >> -- > >> 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. > > > > -- > 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.
