hlomo
Cc: java-user@lucene.apache.org
Subject: RE: Question to the writer of MultiPassIndexSplitter
> > > 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
> > > 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 Pa
> 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 ParallelMultiSear
Hi,
I heard work is being done on re-writing MultiPassIndexSplitter so it will be a
single pass and work quicker.
I was wondering if this is already done or when is it due ?
Thanks