remove unused topLevelSearcher method from FetchSubPhase.HitContext
This commit is contained in:
parent
319280bde3
commit
060e732f50
|
@ -69,10 +69,6 @@ public interface FetchSubPhase {
|
|||
return searcher.getIndexReader();
|
||||
}
|
||||
|
||||
public IndexSearcher topLevelSearcher() {
|
||||
return searcher;
|
||||
}
|
||||
|
||||
public Map<String, Object> cache() {
|
||||
if (cache == null) {
|
||||
cache = new HashMap<>();
|
||||
|
|
Loading…
Reference in New Issue