jainankitk opened a new issue, #14536:
URL: https://github.com/apache/lucene/issues/14536
### Description
The HistogramCollector uses `PointTreeBulkCollector` logic only when the
PointTree is dense compared to the buckets across which it is getting
collected. But for cases that don't have `SortedNumericDocValues` indexed at
all, we should allow the collection using PointTree irrespective of how slow it
is, instead of throwing `IllegalStateException("Expected numeric field, but got
doc-value type: ")`. Related to
https://github.com/apache/lucene/pull/14439#discussion_r2054911636
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]