Class IntervalsFuzzy
java.lang.Object
org.opensearch.client.opensearch._types.query_dsl.IntervalsFuzzy
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,IntervalsQueryVariant,IntervalsVariant,ToCopyableBuilder<IntervalsFuzzy.Builder,IntervalsFuzzy>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class IntervalsFuzzy
extends Object
implements IntervalsVariant, IntervalsQueryVariant, PlainJsonSerializable, ToCopyableBuilder<IntervalsFuzzy.Builder,IntervalsFuzzy>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<IntervalsFuzzy> Json deserializer forIntervalsFuzzy -
Method Summary
Modifier and TypeMethodDescriptionIntervalsvariant kind.IntervalsQueryvariant kind.final Stringanalyzer()Analyzer used to normalize the term.static IntervalsFuzzy.Builderbuilder()booleanfinal StringAPI name:fuzzinessinthashCode()static IntervalsFuzzyfinal IntegerNumber of beginning characters left unchanged when creating expansions.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal Stringterm()Required - The term to match.Create a new builderToCopyableBuilderthat is initialised with the current state of this object.final BooleanIndicates whether edits include transpositions of two adjacent characters (for example,abtoba).final StringuseField()API name:use_fieldMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.opensearch._types.query_dsl.IntervalsVariant
toIntervalsMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_DESERIALIZER
Json deserializer forIntervalsFuzzy
-
-
Method Details
-
of
-
_intervalsKind
Intervalsvariant kind.- Specified by:
_intervalsKindin interfaceIntervalsVariant
-
_intervalsQueryKind
IntervalsQueryvariant kind.- Specified by:
_intervalsQueryKindin interfaceIntervalsQueryVariant
-
analyzer
Analyzer used to normalize the term.API name:
analyzer -
fuzziness
API name:fuzziness -
prefixLength
Number of beginning characters left unchanged when creating expansions.API name:
prefix_length -
term
Required - The term to match.API name:
term -
transpositions
Indicates whether edits include transpositions of two adjacent characters (for example,abtoba).API name:
transpositions -
useField
API name:use_field -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<IntervalsFuzzy.Builder,IntervalsFuzzy> - Returns:
- a new builder instance.
-
builder
-
setupIntervalsFuzzyDeserializer
protected static void setupIntervalsFuzzyDeserializer(ObjectDeserializer<IntervalsFuzzy.Builder> op) -
hashCode
public int hashCode() -
equals
-