Skip to content

Commit e131646

Browse files
committed
Remove an unused method on LeafDocLookup.
1 parent 76cf38d commit e131646

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

server/src/main/java/org/elasticsearch/search/lookup/LeafDocLookup.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ public MapperService mapperService() {
5656
return this.mapperService;
5757
}
5858

59-
public IndexFieldData<?> getForField(MappedFieldType fieldType) {
60-
return fieldDataLookup.apply(fieldType);
61-
}
62-
6359
public void setDocument(int docId) {
6460
this.docId = docId;
6561
}

0 commit comments

Comments
 (0)