File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
core/src/main/java/org/elasticsearch/search Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -963,8 +963,8 @@ public boolean canMatch(ShardSearchRequest request) throws IOException {
963963 }
964964
965965 /**
966- * Returns true if the given search source builder can be early terminated by rewriting to a match none query. Or in other words
967- * iff the execution of a the search request can be early terminated without executing it. This is for instance not possible if
966+ * Returns true iff 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
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