Class CustomNormalizer
java.lang.Object
co.elastic.clients.elasticsearch._types.analysis.CustomNormalizer
- All Implemented Interfaces:
NormalizerVariant,JsonpSerializable
@JsonpDeserializable
public class CustomNormalizer
extends Object
implements NormalizerVariant, JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<CustomNormalizer>Json deserializer forCustomNormalizer -
Method Summary
Modifier and TypeMethodDescriptionNormalizer variant kind.API name:char_filterfilter()API name:filterstatic CustomNormalizervoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface co.elastic.clients.elasticsearch._types.analysis.NormalizerVariant
_toNormalizer
-
Field Details
-
_DESERIALIZER
Json deserializer forCustomNormalizer
-
-
Method Details
-
of
public static CustomNormalizer of(Function<CustomNormalizer.Builder, ObjectBuilder<CustomNormalizer>> fn) -
_normalizerKind
Normalizer variant 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
-
toString
-
setupCustomNormalizerDeserializer
protected static void setupCustomNormalizerDeserializer(ObjectDeserializer<CustomNormalizer.Builder> op)
-