Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
New
Description
IndexSearcher.collectionStatistics(field) can do a fair amount of work because with each invocation it will call MultiFields.getTerms(...). The effects of this are aggravated for queries with many fields since each field will want statistics, and also aggravated when there are many segments.
Attachments
Attachments
Issue Links
- relates to
-
SOLR-11595 optimize SolrIndexSearcher.localCollectionStatistics to use cached MultiFields
- Closed