You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Uwe Schindler (JIRA)" <ji...@apache.org> on 2011/01/25 18:48:46 UTC

[jira] Closed: (LUCENE-990) ParallelMultiSearcher.search with a custom HitCollector should run parallel

     [ 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org