Class CompoundWordTokenFilterBase.AbstractBuilder<BuilderT extends CompoundWordTokenFilterBase.AbstractBuilder<BuilderT>>
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch._types.analysis.TokenFilterBase.AbstractBuilder<BuilderT>
co.elastic.clients.elasticsearch._types.analysis.CompoundWordTokenFilterBase.AbstractBuilder<BuilderT>
- All Implemented Interfaces:
WithJson<BuilderT>
- Direct Known Subclasses:
DictionaryDecompounderTokenFilter.Builder,HyphenationDecompounderTokenFilter.Builder
- Enclosing class:
- CompoundWordTokenFilterBase
protected abstract static class CompoundWordTokenFilterBase.AbstractBuilder<BuilderT extends CompoundWordTokenFilterBase.AbstractBuilder<BuilderT>>
extends TokenFilterBase.AbstractBuilder<BuilderT>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal BuilderThyphenationPatternsPath(String value) API name:hyphenation_patterns_pathfinal BuilderTmaxSubwordSize(Integer value) API name:max_subword_sizefinal BuilderTminSubwordSize(Integer value) API name:min_subword_sizefinal BuilderTminWordSize(Integer value) API name:min_word_sizefinal BuilderTonlyLongestMatch(Boolean value) API name:only_longest_matchfinal BuilderTAPI name:word_listfinal BuilderTAPI name:word_listfinal BuilderTwordListPath(String value) API name:word_list_pathMethods inherited from class co.elastic.clients.elasticsearch._types.analysis.TokenFilterBase.AbstractBuilder
self, versionMethods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
AbstractBuilder
protected AbstractBuilder()
-
-
Method Details
-
hyphenationPatternsPath
API name:hyphenation_patterns_path -
maxSubwordSize
API name:max_subword_size -
minSubwordSize
API name:min_subword_size -
minWordSize
API name:min_word_size -
onlyLongestMatch
API name:only_longest_match -
wordList
API name:word_listAdds all elements of
listtowordList. -
wordList
API name:word_listAdds one or more values to
wordList. -
wordListPath
API name:word_list_path
-