Bugfix
This commit is contained in:
parent
96d19c3e09
commit
409b2985ca
@ -142,7 +142,6 @@ public class SimpleIndexSearcherManager extends SimpleResource implements IndexS
|
|||||||
indexSearcher = searcherManager.acquire();
|
indexSearcher = searcherManager.acquire();
|
||||||
fromSnapshot = false;
|
fromSnapshot = false;
|
||||||
} else {
|
} else {
|
||||||
//noinspection resource
|
|
||||||
indexSearcher = snapshotsManager.resolveSnapshot(snapshot).getIndexSearcher(SEARCH_EXECUTOR);
|
indexSearcher = snapshotsManager.resolveSnapshot(snapshot).getIndexSearcher(SEARCH_EXECUTOR);
|
||||||
fromSnapshot = true;
|
fromSnapshot = true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user