Package org.elasticsearch.xpack.esql.expression.function.fulltext
package org.elasticsearch.xpack.esql.expression.function.fulltext
-
ClassesClassDescriptionBase class for full-text functions that use ES queries to match documents.Full text function that performs a
KqlQuery.Full text function that performs aMatchQuery.This class performs aMatchQueryusing an operator.Full text function that performs aMatchPhraseQuery.SomeFullTextFunctionimplementations such asMatchwill be translated to aQueryBuilderthat require a rewrite phase on the coordinator.Full text function that performs aQueryStringQuery.Full text function that performs aTermQuery.