This commit is contained in:
Andrea Cavalli 2022-07-02 13:32:38 +02:00
parent 96d19c3e09
commit 409b2985ca
1 changed files with 0 additions and 1 deletions

View File

@ -142,7 +142,6 @@ public class SimpleIndexSearcherManager extends SimpleResource implements IndexS
indexSearcher = searcherManager.acquire();
fromSnapshot = false;
} else {
//noinspection resource
indexSearcher = snapshotsManager.resolveSnapshot(snapshot).getIndexSearcher(SEARCH_EXECUTOR);
fromSnapshot = true;
}