mikemccand commented on issue #12553:
URL: https://github.com/apache/lucene/issues/12553#issuecomment-2118185393

   https://github.com/apache/lucene/issues/13335 is an interesting example 
where Lucene could more efficiently implement faceting for numeric ranges using 
points, directly, instead of the two-step process facets uses today (collect 
into a bitset, then count from there based on doc values, I think?).


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