> > > I heard work is being done on re-writing MultiPassIndexSplitter so it
> > > will be a single pass and work quicker.

> > Because that was so slow I just wrote a utility class to create a list of N
> > IndexWriters and round robin documents to them as the index is created.
> > Then we use a ParallelMultiSearcher for retrieval. I can send you the code 
> > if
> > you're interested...

> Yes it will be great if you can send me this code..

Here's some code: http://pastie.org/1077591
We re-index everything offline from scratch. You'll need to modify the code to 
support reopening and updating documents if that's a requirement...
-Chris




---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to