Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
9.0
-
None
-
New
Description
The public API in LongValueFacetCounts currently requires the user to specify whether-or-not a field being counted should be single- or multi-valued (i.e., is it NumericDocValues or SortedNumericDocValues). Since we can detect this automatically, it seems unnecessary to ask users to specify. Let's consider updating the implementation to auto-detect these cases and deprecate the ctors that allow explicit specification.
This is a spin-off issue from LUCENE-9946.