You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/optimizer/rules/physical/local/LucenePushdownPredicates.java
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,12 @@ public interface LucenePushdownPredicates {
41
41
* serializable unless their {@link QueryBuilder}
42
42
* {@link QueryBuilder#supportsVersion supports} the version.
43
43
* </p>
44
+
* <p>
45
+
* This is done on the coordinating node <strong>and</strong>. And for
46
+
* cross cluster search this is done on the coordinating node on the
47
+
* remote cluster. So! We actually <strong>have</strong> the minimum
0 commit comments