-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 7.7.2, 8.4
-
Fix Version/s: 8.6
-
Component/s: None
-
Labels:None
-
Lucene Fields:New, Patch Available
-
Review Patch?:Yes
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).