Bugfix
This commit is contained in:
parent
96d19c3e09
commit
409b2985ca
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user