Class BasqueAnalyzer
java.lang.Object
co.elastic.clients.elasticsearch._types.analysis.BasqueAnalyzer
- All Implemented Interfaces:
AnalyzerVariant,JsonpSerializable
@JsonpDeserializable
public class BasqueAnalyzer
extends Object
implements AnalyzerVariant, JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<BasqueAnalyzer>Json deserializer forBasqueAnalyzer -
Method Summary
Modifier and TypeMethodDescriptionAnalyzer variant kind.static BasqueAnalyzervoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidAPI name:stem_exclusionAPI name:stopwordsfinal StringAPI name:stopwords_pathtoString()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 forBasqueAnalyzer
-
-
Method Details
-
of
-
_analyzerKind
Analyzer variant kind.- Specified by:
_analyzerKindin interfaceAnalyzerVariant
-
stopwords
API name:stopwords -
stopwordsPath
API name:stopwords_path -
stemExclusion
API name:stem_exclusion -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupBasqueAnalyzerDeserializer
protected static void setupBasqueAnalyzerDeserializer(ObjectDeserializer<BasqueAnalyzer.Builder> op)
-