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