Class CustomCategorizeTextAnalyzer
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.CustomCategorizeTextAnalyzer
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class CustomCategorizeTextAnalyzer
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<CustomCategorizeTextAnalyzer>Json deserializer forCustomCategorizeTextAnalyzer -
Method Summary
Modifier and TypeMethodDescriptionAPI name:char_filterfilter()API name:filterstatic CustomCategorizeTextAnalyzervoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupCustomCategorizeTextAnalyzerDeserializer(ObjectDeserializer<CustomCategorizeTextAnalyzer.Builder> op) final StringAPI name:tokenizertoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forCustomCategorizeTextAnalyzer
-
-
Method Details
-
of
-
charFilter
API name:char_filter -
tokenizer
API name:tokenizer -
filter
API name:filter -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupCustomCategorizeTextAnalyzerDeserializer
protected static void setupCustomCategorizeTextAnalyzerDeserializer(ObjectDeserializer<CustomCategorizeTextAnalyzer.Builder> op)
-