Class MatchBoolPrefixQuery
java.lang.Object
co.elastic.clients.elasticsearch._types.query_dsl.QueryBase
co.elastic.clients.elasticsearch._types.query_dsl.MatchBoolPrefixQuery
- All Implemented Interfaces:
QueryVariant,JsonpSerializable
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.query_dsl.QueryBase
QueryBase.AbstractBuilder<BuilderT extends QueryBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<MatchBoolPrefixQuery>Json deserializer forMatchBoolPrefixQuery -
Method Summary
Modifier and TypeMethodDescriptionQuery variant kind.final Stringanalyzer()Analyzer used to convert the text in the query value into tokens.final Stringfield()Required - The target fieldfinal StringMaximum edit distance allowed for matching.final StringMethod used to rewrite the query.final BooleanIftrue, edits for fuzzy matching include transpositions of two adjacent characters (for example,abtoba).final IntegerMaximum number of terms to which the query will expand.final StringMinimum number of clauses that must match for a document to be returned.static MatchBoolPrefixQueryfinal Operatoroperator()Boolean logic used to interpret text in the query value.final IntegerNumber of beginning characters left unchanged for fuzzy matching.final Stringquery()Required - Terms you wish to find in the provided field.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidMethods inherited from class co.elastic.clients.elasticsearch._types.query_dsl.QueryBase
boost, queryName, serialize, setupQueryBaseDeserializer, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface co.elastic.clients.elasticsearch._types.query_dsl.QueryVariant
_toQuery
-
Field Details
-
_DESERIALIZER
Json deserializer forMatchBoolPrefixQuery
-
-
Method Details
-
of
public static MatchBoolPrefixQuery of(Function<MatchBoolPrefixQuery.Builder, ObjectBuilder<MatchBoolPrefixQuery>> fn) -
_queryKind
Query variant kind.- Specified by:
_queryKindin interfaceQueryVariant
-
field
Required - The target field -
analyzer
Analyzer used to convert the text in the query value into tokens.API name:
analyzer -
fuzziness
Maximum edit distance allowed for matching. Can be applied to the term subqueries constructed for all terms but the final term.API name:
fuzziness -
fuzzyRewrite
Method used to rewrite the query. Can be applied to the term subqueries constructed for all terms but the final term.API name:
fuzzy_rewrite -
fuzzyTranspositions
Iftrue, edits for fuzzy matching include transpositions of two adjacent characters (for example,abtoba). Can be applied to the term subqueries constructed for all terms but the final term.API name:
fuzzy_transpositions -
maxExpansions
Maximum number of terms to which the query will expand. Can be applied to the term subqueries constructed for all terms but the final term.API name:
max_expansions -
minimumShouldMatch
Minimum number of clauses that must match for a document to be returned. Applied to the constructed bool query.API name:
minimum_should_match -
operator
Boolean logic used to interpret text in the query value. Applied to the constructed bool query.API name:
operator -
prefixLength
Number of beginning characters left unchanged for fuzzy matching. Can be applied to the term subqueries constructed for all terms but the final term.API name:
prefix_length -
query
Required - Terms you wish to find in the provided field. The last term is used in a prefix query.API name:
query -
serializeInternal
- Overrides:
serializeInternalin classQueryBase
-
setupMatchBoolPrefixQueryDeserializer
protected static void setupMatchBoolPrefixQueryDeserializer(ObjectDeserializer<MatchBoolPrefixQuery.Builder> op)
-