[
https://issues.apache.org/jira/browse/LUCENE-2128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12787773#action_12787773
]
Uwe Schindler commented on LUCENE-2128:
---------------------------------------
I'll commit shortly.
> Further parallelizaton of ParallelMultiSearcher
> -----------------------------------------------
>
> Key: LUCENE-2128
> URL: https://issues.apache.org/jira/browse/LUCENE-2128
> Project: Lucene - Java
> Issue Type: Improvement
> Components: Search
> Affects Versions: 3.0
> Reporter: Israel Tsadok
> Assignee: Uwe Schindler
> Priority: Minor
> Attachments: LUCENE-2128.patch, LUCENE-2128.patch, LUCENE-2128.patch,
> LUCENE-2128.patch
>
>
> When calling {{search(Query, Filter, int)}} on a ParallelMultiSearcher, the
> {{createWeights}} function of MultiSearcher is called, and sequentially calls
> {{docFreqs()}} on every sub-searcher. This can take a significant amount of
> time when there are lots of remote sub-searchers.
--
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]