Class DictionaryDecompounderTokenFilter.Builder
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<DictionaryDecompounderTokenFilter.Builder>
co.elastic.clients.elasticsearch._types.analysis.DictionaryDecompounderTokenFilter.Builder
- All Implemented Interfaces:
WithJson<DictionaryDecompounderTokenFilter.Builder>,ObjectBuilder<DictionaryDecompounderTokenFilter>
- Enclosing class:
- DictionaryDecompounderTokenFilter
public static class DictionaryDecompounderTokenFilter.Builder extends CompoundWordTokenFilterBase.AbstractBuilder<DictionaryDecompounderTokenFilter.Builder> implements ObjectBuilder<DictionaryDecompounderTokenFilter>
Builder for
DictionaryDecompounderTokenFilter.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description DictionaryDecompounderTokenFilterbuild()Builds aDictionaryDecompounderTokenFilter.protected DictionaryDecompounderTokenFilter.Builderself()Methods inherited from class co.elastic.clients.elasticsearch._types.analysis.CompoundWordTokenFilterBase.AbstractBuilder
hyphenationPatternsPath, maxSubwordSize, minSubwordSize, minWordSize, onlyLongestMatch, wordList, wordList, wordListPathMethods inherited from class co.elastic.clients.elasticsearch._types.analysis.TokenFilterBase.AbstractBuilder
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
-
Builder
public Builder()
-
-
Method Details
-
self
- Specified by:
selfin classTokenFilterBase.AbstractBuilder<DictionaryDecompounderTokenFilter.Builder>
-
build
Builds aDictionaryDecompounderTokenFilter.- Specified by:
buildin interfaceObjectBuilder<DictionaryDecompounderTokenFilter>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-