gsmiller opened a new issue, #14406: URL: https://github.com/apache/lucene/issues/14406
### Description Spinning off an issue from the discussion in #14273. There are a few ways we can probably leverage sparse doc value indexes for numeric range/value faceting. 1. Use a similar technique to the one in #14273 to increment counts associated with specific ranges/values without loading individual doc values in cases where we know entire doc blocks fall within specific ranges/value. 2. Do the above-mentioned counting in batch when collecting with doc ID streams. 3. Leverage competitive iteration to skip over blocks of docs that are known not to fall into any of the ranges we are faceting on. -- 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