mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
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…
x
Reference in New Issue
Block a user