I have been using a search engine of my own design.
I had first to adapt it to GAE by generalizing the index
storage mechanism so that it can be *implemented*
using files (originally the only way) or with Datastore.
It was a good couple of days of work but it is not hard.


On Dec 22, 6:33 pm, Toby <tobias.ro...@sunnymail.mobi> wrote:
> Hello,
>
> I think a sophisticated search api is what a lot of us are missing. I
> use currently the compass-lucene project but I am not completely
> satisfied with the performance. I think there is also the GAELucene
> project that uses a similar aproach.
> I guess the main issue was so far that you could not write the index
> files to a "regular" file system. I wonder if the new blob-store API
> could solve that issue and if anyone has done some experimentation
> with it.
>
> Cheers,
> Tobi

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.


Reply via email to