Skip to content

Commit 1cfcda4

Browse files
authored
Leave intended iff (if and only if) comment as is
1 parent 3871915 commit 1cfcda4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/elasticsearch/search/SearchService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)