Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
10.0 (main)
-
None
-
New
Description
As mentioned in LUCENE-10538, RangeFacetCounts is not implementing getTopChildren. Instead of returning "top" ranges, it returns all user-provided ranges in the order the user specified them when instantiating. This is probably more useful functionality, but it would be nice to support getTopChildren as well.
LUCENE-10550 is introducing the concept of getAllChildren, so once that lands, we can replace the current implementation of getTopChildren with an actual "top children" implementation and direct users to getAllChildren if they want to maintain the current behavior.
Attachments
Issue Links
- links to