
jira at apache
Nov 6, 2009, 2:08 PM
Post #1 of 1
(65 views)
Permalink
|
|
[jira] Created: (LUCENE-2041) Complete parallelizaton of ParallelMultiSearcher
|
|
Complete parallelizaton of ParallelMultiSearcher ------------------------------------------------ Key: LUCENE-2041 URL: https://issues.apache.org/jira/browse/LUCENE-2041 Project: Lucene - Java Issue Type: Improvement Components: Search Affects Versions: 2.9 Reporter: Joey Surls Priority: Minor Fix For: 3.0 ParallelMultiSearcher is parallel only for the method signatures of 'search'. Part of a query process calls the method docFreq(). There was a TODO comment to parallelize this. Parallelizing this method actually increases the performance of a query on multiple indexes, especially remotely. -- 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.apache.org For additional commands, e-mail: java-dev-help[at]lucene.apache.org
|