jianping weng created LUCENE-10456:
--------------------------------------

             Summary: support MultiRangeQuery#count()
                 Key: LUCENE-10456
                 URL: https://issues.apache.org/jira/browse/LUCENE-10456
             Project: Lucene - Core
          Issue Type: New Feature
          Components: core/search
            Reporter: jianping weng


for one dimension MultiRangeQuery, we can firstly   merge overlapping ranges to 
have some unconnected ranges, then the doc count of this multiRangeQuery is the 
sum of each doc count of these unconnected range. For each unconnected range, 
we can take advantage of PointRangeQuery count() method.



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