-
Type:
Improvement
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.0
-
Fix Version/s: None
-
Component/s: core/search
-
Labels:None
-
Lucene Fields:New
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.