Skip to content

Commit

Permalink
Remove an unused method on LeafDocLookup.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtibshirani committed Apr 15, 2020
1 parent cad1a3b commit f75e3b4
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@ public MapperService mapperService() {
return this.mapperService;
}

public IndexFieldData<?> getForField(MappedFieldType fieldType) {
return fieldDataLookup.apply(fieldType);
}

public void setDocument(int docId) {
this.docId = docId;
}
Expand Down

0 comments on commit f75e3b4

Please sign in to comment.