Class PrefixQuery
java.lang.Object
org.elasticsearch.xpack.esql.core.querydsl.query.Query
org.elasticsearch.xpack.esql.core.querydsl.query.PrefixQuery
-
Constructor Summary
ConstructorsConstructorDescriptionPrefixQuery(Source source, String field, String query, boolean caseInsensitive) -
Method Summary
Modifier and TypeMethodDescriptionConvert to an ElasticsearchQueryBuilderall set up to execute the query.booleanfield()inthashCode()protected StringUsed byQuery.toString()to produce a pretty string.query()
-
Constructor Details
-
PrefixQuery
-
-
Method Details
-
field
-
query
-
asBuilder
Description copied from class:QueryConvert to an ElasticsearchQueryBuilderall set up to execute the query. -
hashCode
public int hashCode() -
equals
-
innerToString
Description copied from class:QueryUsed byQuery.toString()to produce a pretty string.- Specified by:
innerToStringin classQuery
-