gsmiller commented on PR #14273:
URL: https://github.com/apache/lucene/pull/14273#issuecomment-2754588145

   > I like the idea! Looks like we can do similar trick for range facets and 
long values facets?
   
   I _think_ we could optimize these use-cases even further by potentially 
skipping over docs that don't fall into any of the ranges/values as well. With 
the histogram collection use-case, we case about the entire value range of the 
field we're interested in, but that's not necessarily true of these other 
use-cases. If we have a skipper, I think we ought to also be able to use 
competitive iterators to jump over blocks of docs we know we won't collect 
based on their values?
   
   Maybe we need a spin-off issue :). I created #14406 


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

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