[
https://issues.apache.org/jira/browse/LUCENE-990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Uwe Schindler closed LUCENE-990.
--------------------------------
Resolution: Won't Fix
ParallelMultiSearcher was dropped with MultiSearcher in Lucene trunk (because
of too mayn unsolveable scoring and deMorgan bugs). The replacement is a
parallelized IndexSearcher on MultiReaders.
It's not possible to solve this even for the new one, as it would need
Collector to be synchronized.
> 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]