Class DutchAnalyzer
java.lang.Object
co.elastic.clients.elasticsearch._types.analysis.DutchAnalyzer
- All Implemented Interfaces:
AnalyzerVariant,JsonpSerializable
@JsonpDeserializable public class DutchAnalyzer extends java.lang.Object implements AnalyzerVariant, JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDutchAnalyzer.BuilderBuilder forDutchAnalyzer. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<DutchAnalyzer>_DESERIALIZERJson deserializer forDutchAnalyzer -
Method Summary
Modifier and Type Method Description Analyzer.Kind_analyzerKind()Analyzer variant kind.static DutchAnalyzerof(java.util.function.Function<DutchAnalyzer.Builder,ObjectBuilder<DutchAnalyzer>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupDutchAnalyzerDeserializer(ObjectDeserializer<DutchAnalyzer.Builder> op)java.util.List<java.lang.String>stopwords()API name:stopwordsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface co.elastic.clients.elasticsearch._types.analysis.AnalyzerVariant
_toAnalyzer
-
Field Details
-
_DESERIALIZER
Json deserializer forDutchAnalyzer
-
-
Method Details
-
of
public static DutchAnalyzer of(java.util.function.Function<DutchAnalyzer.Builder,ObjectBuilder<DutchAnalyzer>> fn) -
_analyzerKind
Analyzer variant kind.- Specified by:
_analyzerKindin interfaceAnalyzerVariant
-
stopwords
public final java.util.List<java.lang.String> stopwords()API name:stopwords -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupDutchAnalyzerDeserializer
-