RE: Question to the writer of MultiPassIndexSplitter

2010-08-05 Thread Burton-West, Tom
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

RE: Question to the writer of MultiPassIndexSplitter

2010-08-05 Thread Christopher Condit
> > > 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

RE: Question to the writer of MultiPassIndexSplitter

2010-08-03 Thread Christopher Condit
> 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

Question to the writer of MultiPassIndexSplitter

2010-07-22 Thread Yatir Ben Shlomo
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