ParallelMultiSearcher.search with a custom HitCollector should run parallel
---------------------------------------------------------------------------

                 Key: LUCENE-990
                 URL: https://issues.apache.org/jira/browse/LUCENE-990
             Project: Lucene - Java
          Issue Type: Improvement
          Components: Search
    Affects Versions: 2.2, 2.3
            Reporter: Jan-Pascal
            Priority: Minor


The ParallelMultiSearcher.search(Weight weight, Filter filter, final 
HitCollector results) should search over its underlying Searchers in parallel, 
like the TopDocs versions of the search() method. There's a @todo for this in 
the method's Javadoc comment.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to