[ 
https://issues.apache.org/jira/browse/LUCENE-10511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lu Xugang updated LUCENE-10511:
-------------------------------
    Description: 
If number of hits in FacetsCollector equals reader.maxDoc() and DocValues's 
cost() which is precise, we may not do 
ConjunctionUtils.intersectIterators(List<DocIdSetIterator>)?

 

  was:
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)?

 


> 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
>            Priority: Trivial
>
> If number of hits in FacetsCollector equals reader.maxDoc() and DocValues's 
> cost() which is precise, we may not do 
> ConjunctionUtils.intersectIterators(List<DocIdSetIterator>)?
>  



--
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

Reply via email to