Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
7.7.2, 8.4
-
None
-
None
-
New, Patch Available
-
Yes
Description
When requesting a new ValueSourceScorer (with getRangeScorer) from DocTermsIndexDocValues , the latter instantiates a new iterator on SortedDocValues regardless of the fact that the underlying field can actually be of a different type (e.g. a SortedSetDocValues processed through a SortedSetSelector).