Class QueryBuilderResolver
java.lang.Object
org.elasticsearch.xpack.esql.expression.function.fulltext.QueryBuilderResolver
Some
FullTextFunction implementations such as Match
will be translated to a QueryBuilder that require a rewrite phase on the coordinator.
resolveQueryBuilders(LogicalPlan, TransportActionServices, ActionListener) will rewrite the plan by
replacing FullTextFunction expression with new ones that hold rewritten QueryBuilders.-
Method Summary
Modifier and TypeMethodDescriptionstatic voidresolveQueryBuilders(LogicalPlan plan, TransportActionServices services, ActionListener<LogicalPlan> listener)
-
Method Details
-
resolveQueryBuilders
public static void resolveQueryBuilders(LogicalPlan plan, TransportActionServices services, ActionListener<LogicalPlan> listener)
-