Lu Xugang created LUCENE-10511: ---------------------------------- Summary: IntersectIterators is not necessary under matchAll case in Facet Key: LUCENE-10511 URL: https://issues.apache.org/jira/browse/LUCENE-10511 Project: Lucene - Core Issue Type: Improvement Reporter: Lu Xugang
If number of hits in FacetsCollector equals reader.maxDoc() and DocValues's cost() which is precise, we may not do ConjunctionUtils.intersectIterators(List<DocIdSetIterator>) instand of DocIdSetIterator.all(int maxDoc)? -- This message was sent by Atlassian Jira (v8.20.1#820001) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org