Skip to content

Commit e04ab40

Browse files
committed
Explain
1 parent 24d3dc6 commit e04ab40

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/optimizer/rules/physical/local/LucenePushdownPredicates.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ public interface LucenePushdownPredicates {
4141
* serializable unless their {@link QueryBuilder}
4242
* {@link QueryBuilder#supportsVersion supports} the version.
4343
* </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
48+
* cluster transport version.
49+
* </p>
4450
*/
4551
@Nullable
4652
TransportVersion minTransportVersion();

0 commit comments

Comments
 (0)