On Tue, Sep 28, 2010 at 11:07 AM, Uwe Schindler <[email protected]> wrote: >> Note that one simple way to do this is use ParallelMultiSearcher: it uses > one >> thread per segment in your index. > > One thread per global IndexReader/IndexSearcher. But you can still use > getSequentialSubReaders, wrap each with IndexSearcher and pass to > ParallelMultiSearcher ctor.
Ahh thanks for the correction ... you're right, the caller must break out the sub readers, wrap them in IndexSearcher and pass them to ParallelMultiSearcher. Mike --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
