Remove an unused method on LeafDocLookup.

This commit is contained in:
Julie Tibshirani 2020-04-15 15:42:38 -07:00
parent cad1a3b0ad
commit f75e3b4551
1 changed files with 0 additions and 4 deletions

View File

@ -70,10 +70,6 @@ public class LeafDocLookup implements Map<String, ScriptDocValues<?>> {
return this.mapperService;
}
public IndexFieldData<?> getForField(MappedFieldType fieldType) {
return fieldDataLookup.apply(fieldType);
}
public void setDocument(int docId) {
this.docId = docId;
}