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

   ### Description
   
   Currently, the implementation of `Weight.count()` in `LRUQueryCache` first 
considers whether the wrapped `Weight` can obtain the `count`, and then 
considers the cache. 
   However, for certain queries, such as 
`IndexSortSortedNumericDocValuesRangeQuery` and `PointRangeQuery`, obtaining 
the count from `CacheAndCount` should be faster. Should we adjust the logical 
order?


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