remove unused topLevelSearcher method from FetchSubPhase.HitContext

This commit is contained in:
javanna 2016-09-07 16:01:22 +02:00 committed by Luca Cavanna
parent 319280bde3
commit 060e732f50
1 changed files with 0 additions and 4 deletions

View File

@ -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<>();