Remove unused method SourceLookup#extractValue.
This commit is contained in:
parent
1553e7e620
commit
a1ec45e7e6
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue