Remove unused method SourceLookup#extractValue.

This commit is contained in:
Julie Tibshirani 2020-04-20 17:31:08 -07:00
parent 1553e7e620
commit a1ec45e7e6
1 changed files with 0 additions and 4 deletions

View File

@ -132,10 +132,6 @@ public class SourceLookup implements Map {
return context.getFilter().apply(loadSourceIfNeeded());
}
public Object extractValue(String path) {
return XContentMapValues.extractValue(path, loadSourceIfNeeded());
}
@Override
public Object get(Object key) {
return loadSourceIfNeeded().get(key);