Class CustomNormalizer
java.lang.Object
org.opensearch.client.opensearch._types.analysis.CustomNormalizer
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,NormalizerVariant,ToCopyableBuilder<CustomNormalizer.Builder,CustomNormalizer>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class CustomNormalizer
extends Object
implements NormalizerVariant, PlainJsonSerializable, ToCopyableBuilder<CustomNormalizer.Builder,CustomNormalizer>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<CustomNormalizer> Json deserializer forCustomNormalizer -
Method Summary
Modifier and TypeMethodDescriptionNormalizervariant kind.static CustomNormalizer.Builderbuilder()API name:char_filterbooleanfilter()API name:filterinthashCode()static CustomNormalizervoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.opensearch._types.analysis.NormalizerVariant
toNormalizerMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_DESERIALIZER
Json deserializer forCustomNormalizer
-
-
Method Details
-
of
public static CustomNormalizer of(Function<CustomNormalizer.Builder, ObjectBuilder<CustomNormalizer>> fn) -
_normalizerKind
Normalizervariant kind.- Specified by:
_normalizerKindin interfaceNormalizerVariant
-
charFilter
API name:char_filter -
filter
API name:filter -
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<CustomNormalizer.Builder,CustomNormalizer> - Returns:
- a new builder instance.
-
builder
-
setupCustomNormalizerDeserializer
protected static void setupCustomNormalizerDeserializer(ObjectDeserializer<CustomNormalizer.Builder> op) -
hashCode
public int hashCode() -
equals
-