File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
core/src/main/java/org/elasticsearch/search Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -964,7 +964,7 @@ public boolean canMatch(ShardSearchRequest request) throws IOException {
964964
965965 /**
966966 * Returns true if the given search source builder can be early terminated by rewriting to a match none query. Or in other words
967- * if the execution of a the search request can be early terminated without executing it. This is for instance not possible if
967+ * iff the execution of a the search request can be early terminated without executing it. This is for instance not possible if
968968 * a global aggregation is part of this request or if there is a suggest builder present.
969969 */
970970 public static boolean canRewriteToMatchNone (SearchSourceBuilder source ) {
You can’t perform that action at this time.
0 commit comments