We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41a9bdb commit 9e840c7Copy full SHA for 9e840c7
server/src/main/java/org/elasticsearch/action/search/SearchQueryThenFetchAsyncAction.java
@@ -666,8 +666,6 @@ static void registerNodeSearchAction(
666
if (canMatch.canMatch()) {
667
r.setRunCanMatchInQueryPhase(false);
668
minAndMax[i] = canMatch.estimatedMinAndMax();
669
- } else {
670
- assert false;
671
}
672
673
int[] indexes = CanMatchPreFilterSearchPhase.sortShards(
0 commit comments