Remove an unused method on LeafDocLookup.
This commit is contained in:
parent
cad1a3b0ad
commit
f75e3b4551
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue