Class DictionaryDecompounderTokenFilter
java.lang.Object
org.opensearch.client.opensearch._types.analysis.TokenFilterBase
org.opensearch.client.opensearch._types.analysis.CompoundWordTokenFilterBase
org.opensearch.client.opensearch._types.analysis.DictionaryDecompounderTokenFilter
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,TokenFilterDefinitionVariant,ToCopyableBuilder<DictionaryDecompounderTokenFilter.Builder,DictionaryDecompounderTokenFilter>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class DictionaryDecompounderTokenFilter
extends CompoundWordTokenFilterBase
implements TokenFilterDefinitionVariant, ToCopyableBuilder<DictionaryDecompounderTokenFilter.Builder,DictionaryDecompounderTokenFilter>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.opensearch.client.opensearch._types.analysis.CompoundWordTokenFilterBase
CompoundWordTokenFilterBase.AbstractBuilder<BuilderT extends CompoundWordTokenFilterBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<DictionaryDecompounderTokenFilter> Json deserializer forDictionaryDecompounderTokenFilter -
Method Summary
Modifier and TypeMethodDescriptionTokenFilterDefinitionvariant kind.builder()booleaninthashCode()of(Function<DictionaryDecompounderTokenFilter.Builder, ObjectBuilder<DictionaryDecompounderTokenFilter>> fn) protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupDictionaryDecompounderTokenFilterDeserializer(ObjectDeserializer<DictionaryDecompounderTokenFilter.Builder> op) Create a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class org.opensearch.client.opensearch._types.analysis.CompoundWordTokenFilterBase
hyphenationPatternsPath, maxSubwordSize, minSubwordSize, minWordSize, onlyLongestMatch, setupCompoundWordTokenFilterBaseDeserializer, wordList, wordListPathMethods inherited from class org.opensearch.client.opensearch._types.analysis.TokenFilterBase
serialize, setupTokenFilterBaseDeserializer, versionMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.JsonpSerializable
serializeMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copyMethods inherited from interface org.opensearch.client.opensearch._types.analysis.TokenFilterDefinitionVariant
toTokenFilterDefinition
-
Field Details
-
_DESERIALIZER
Json deserializer forDictionaryDecompounderTokenFilter
-
-
Method Details
-
of
-
_tokenFilterDefinitionKind
TokenFilterDefinitionvariant kind.- Specified by:
_tokenFilterDefinitionKindin interfaceTokenFilterDefinitionVariant
-
serializeInternal
- Overrides:
serializeInternalin classCompoundWordTokenFilterBase
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<DictionaryDecompounderTokenFilter.Builder,DictionaryDecompounderTokenFilter> - Returns:
- a new builder instance.
-
builder
-
setupDictionaryDecompounderTokenFilterDeserializer
protected static void setupDictionaryDecompounderTokenFilterDeserializer(ObjectDeserializer<DictionaryDecompounderTokenFilter.Builder> op) -
hashCode
public int hashCode()- Overrides:
hashCodein classCompoundWordTokenFilterBase
-
equals
- Overrides:
equalsin classCompoundWordTokenFilterBase
-