epotyom commented on issue #14406:
URL: https://github.com/apache/lucene/issues/14406#issuecomment-2761891472

   We might still be able to benefit from Skipper in sandbox facets module. In 
FacetCutter for long ranges 
https://github.com/apache/lucene/blob/b5d13e29f1431ba30ae7df43c89def87e1677db0/lucene/sandbox/src/java/org/apache/lucene/sandbox/facet/cutters/ranges/LongRangeFacetCutter.java#L247
 we can reuse elementary interval ordinal for all documents within a block of 
docs that falls entirely within the interval. It won't be as fast as collecting 
a DocIdStream, but it might still make it faster.


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