Re: Parallel incremental indexing

2009-08-31 Thread Michael Busch
On Sun, Aug 30, 2009 at 6:08 AM, Yonik Seeley wrote: > Cool stuff! > > Thanks. It's actually really fun to work on! After I had the parallel indexing working and didn't have to worry anymore about how to manage parallel indexes the fun of implementing cool features on top of this started. I hope y

Re: Parallel incremental indexing

2009-08-30 Thread Yonik Seeley
Cool stuff! We should also think about how to do single document field updates or field adds since that is the most common usecase - not that it needs to be implemented in the first version, but kept in mind so we don't box ourselves in. Doug mentioned some ideas he had in passing almost a year a

Re: Parallel incremental indexing

2009-08-30 Thread Andrzej Bialecki
Michael Busch wrote: Hi all, I just added a wiki page for a new feature I'd like to add to Lucene. Please take a look at the link. I will add more details and diagrams to the page, but for now it should give a rough idea about how to implement it: http://wiki.apache.org/lucene-java/ParallelIncr