Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
9.0
-
None
-
None
Description
When rows=0, and for MatchAllDocsQuery and ConstantScoreQuery (and possibly others?), it is possible for SolrIndexSearcher.getDocListC(QueryResult, QueryCommand) to create a DocList directly from filterCache DocSets – similar to useFilterForSortedQuery, but without actually sorting.
This results in significant benefits for high-recall domains, including the common (and commonly-cached) use-case of q=*:* and fq, facets, etc.
Attachments
Attachments
Issue Links
- causes
-
SOLR-16587 Solr 9.1.0 last page retrieval error
- Resolved
-
SOLR-16585 All docs query with any nonzero positive start value throws NPE with "this.docs is null"
- Closed
- links to