LuXugang opened a new issue, #13890:
URL: https://github.com/apache/lucene/issues/13890

   ### Description
   
   Currently, we traverse the `BKD` tree or perform a binary search using 
`DocValues` first, and then check whether the count can be obtained in the 
`count()` method of `IndexSortSortedNumericDocValuesRangeQuery`. 
   
   Should we consider providing a mechanism to perform this check beforehand,  
avoid unnecessary processing when dealing with a dense range.?   @jpountz 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to