Class KuromojiAnalyzer
java.lang.Object
co.elastic.clients.elasticsearch._types.analysis.KuromojiAnalyzer
- All Implemented Interfaces:
AnalyzerVariant,JsonpSerializable
@JsonpDeserializable
public class KuromojiAnalyzer
extends Object
implements AnalyzerVariant, JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<KuromojiAnalyzer>Json deserializer forKuromojiAnalyzer -
Method Summary
Modifier and TypeMethodDescriptionAnalyzer variant kind.final KuromojiTokenizationModemode()Required - API name:modestatic KuromojiAnalyzervoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()final StringAPI name:user_dictionaryMethods 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 forKuromojiAnalyzer
-
-
Method Details
-
of
public static KuromojiAnalyzer of(Function<KuromojiAnalyzer.Builder, ObjectBuilder<KuromojiAnalyzer>> fn) -
_analyzerKind
Analyzer variant kind.- Specified by:
_analyzerKindin interfaceAnalyzerVariant
-
mode
Required - API name:mode -
userDictionary
API name:user_dictionary -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupKuromojiAnalyzerDeserializer
protected static void setupKuromojiAnalyzerDeserializer(ObjectDeserializer<KuromojiAnalyzer.Builder> op)
-