Hi Umesh, I'm not really confident that Zoie or anything built on the current version of Lucene would be able to handle search as you type kind of a setup.
-- Anshum Gupta http://ai-cafe.blogspot.com On Wed, Dec 29, 2010 at 10:39 AM, Umesh Prasad <umesh.i...@gmail.com> wrote: > You can also look at Zoie and see if it fits your needs. This is a > contribution by linkedin. > > http://snaprojects.jira.com/wiki/display/ZOIE/Home > > Also look at MemoryIndex .. This is good for creating single document index > and searching on it. > > > http://lucene.apache.org/java/3_0_3/api/all/org/apache/lucene/index/memory/MemoryIndex.html > > > Thanks > Umesh > > On Wed, Dec 29, 2010 at 10:06 AM, Robert Muir <rcm...@gmail.com> wrote: > > > On Tue, Dec 28, 2010 at 5:06 PM, software visualization > > <softwarevisualizat...@gmail.com> wrote: > > > The user is sitting there typing away and of course everything is > > changing > > > in real time. This seems to be orthogonal to the idea of a Lucene index > > > which is costly to construct and costly to update. > > > > > > > yes, but if they are typing away, they likely aren't also searching at > > the same time unless they have two keyboards and four hands... so why > > update anything in real time? > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > > For additional commands, e-mail: java-user-h...@lucene.apache.org > > > > > > > -- > --- > Thanks & Regards > Umesh Prasad >