Skip to content

Commit 2a8c6b5

Browse files
committed
iter
1 parent 939dd68 commit 2a8c6b5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

server/src/main/java/org/elasticsearch/index/fielddata/fieldcomparator/BytesRefFieldComparatorSource.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,6 @@ protected SortedDocValues getSortedDocValues(LeafReaderContext context, String f
105105

106106
return new FieldComparator.TermValComparator(numHits, null, sortMissingLast) {
107107

108-
@Override
109-
public LeafFieldComparator getLeafComparator(LeafReaderContext context) throws IOException {
110-
return super.getLeafComparator(context);
111-
}
112-
113108
@Override
114109
protected BinaryDocValues getBinaryDocValues(LeafReaderContext context, String field) throws IOException {
115110
final SortedBinaryDocValues values = getValues(context);

0 commit comments

Comments
 (0)