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 Modifier Constructor Description protectedAbstractBuilder() -
Method Summary
Modifier and Type Method Description BuilderThyphenationPatternsPath(java.lang.String value)API name:hyphenation_patterns_pathBuilderTmaxSubwordSize(java.lang.Integer value)API name:max_subword_sizeBuilderTminSubwordSize(java.lang.Integer value)API name:min_subword_sizeBuilderTminWordSize(java.lang.Integer value)API name:min_word_sizeBuilderTonlyLongestMatch(java.lang.Boolean value)API name:only_longest_matchBuilderTwordList(java.lang.String value, java.lang.String... values)API name:word_listBuilderTwordList(java.util.List<java.lang.String> list)API name:word_listBuilderTwordListPath(java.lang.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, _mapPutAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
-