Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
8.8.1
-
None
-
New
Description
As part of a separate bug in FacetResult#value we discovered that FacetResult.labelValues.value is not accurate for duplicate labels in a document that uses SortedNumericDocValuesFields.
In theory, each label should only be counted once from a document when returning the labelValues, but today, each duplicate label in a document is counted uniquely.
A test case showing the current (inaccurate) output is here