
jira at apache
Dec 7, 2009, 11:19 AM
Post #1 of 1
(114 views)
Permalink
|
|
[jira] Assigned: (LUCENE-2128) Further parallelizaton of ParallelMultiSearcher
|
|
[ https://issues.apache.org/jira/browse/LUCENE-2128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler reassigned LUCENE-2128: ------------------------------------- Assignee: Uwe Schindler > 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 > > > 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: java-dev-unsubscribe [at] lucene For additional commands, e-mail: java-dev-help [at] lucene
|