rebase fixup

This commit is contained in:
Greg Miller 2024-09-11 07:50:39 -07:00
parent fc62c20133
commit f7f4d45bf8
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ public class SortedSetDocValuesRangeScorer extends Scorer {
if (skipper.docCount() != reader.maxDoc()) {
return null;
}
final Sort indexSort = reader.getMetaData().getSort();
final Sort indexSort = reader.getMetaData().sort();
if (indexSort == null
|| indexSort.getSort().length == 0
|| indexSort.getSort()[0].getField().equals(field) == false) {