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/expression/function/fulltext/QueryBuilderResolver.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@
26
26
/**
27
27
* Some {@link FullTextFunction} implementations such as {@link org.elasticsearch.xpack.esql.expression.function.fulltext.Match}
28
28
* will be translated to a {@link QueryBuilder} that require a rewrite phase on the coordinator.
29
-
* {@link QueryBuilderResolver#preprocess(LogicalPlan, TransportActionServices, ActionListener)} will rewrite the plan by
29
+
* {@link QueryBuilderResolver#resolveQueryBuilders(LogicalPlan, TransportActionServices, ActionListener)} will rewrite the plan by
30
30
* replacing {@link FullTextFunction} expression with new ones that hold rewritten {@link QueryBuilder}s.
31
31
*/
32
32
publicfinalclassQueryBuilderResolver {
@@ -35,7 +35,7 @@ public final class QueryBuilderResolver {
0 commit comments