Class CustomAnalyzer
java.lang.Object
co.elastic.clients.elasticsearch._types.analysis.CustomAnalyzer
- All Implemented Interfaces:
AnalyzerVariant,JsonpSerializable
@JsonpDeserializable
public class CustomAnalyzer
extends Object
implements AnalyzerVariant, JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<CustomAnalyzer>Json deserializer forCustomAnalyzer -
Method Summary
Modifier and TypeMethodDescriptionAnalyzer variant kind.API name:char_filterfilter()API name:filterstatic CustomAnalyzerfinal IntegerAPI name:position_increment_gapfinal IntegerAPI name:position_offset_gapvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal StringRequired - API name:tokenizertoString()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.AnalyzerVariant
_toAnalyzer
-
Field Details
-
_DESERIALIZER
Json deserializer forCustomAnalyzer
-
-
Method Details
-
of
-
_analyzerKind
Analyzer variant kind.- Specified by:
_analyzerKindin interfaceAnalyzerVariant
-
charFilter
API name:char_filter -
filter
API name:filter -
positionIncrementGap
API name:position_increment_gap -
positionOffsetGap
API name:position_offset_gap -
tokenizer
Required - API name:tokenizer -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupCustomAnalyzerDeserializer
protected static void setupCustomAnalyzerDeserializer(ObjectDeserializer<CustomAnalyzer.Builder> op)
-