Class NoriAnalyzer.Builder
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.opensearch._types.analysis.NoriAnalyzer.Builder
- All Implemented Interfaces:
CopyableBuilder<NoriAnalyzer.Builder,,NoriAnalyzer> MutableBuilder<NoriAnalyzer.Builder,,NoriAnalyzer> ObjectBuilder<NoriAnalyzer>
- Enclosing class:
NoriAnalyzer
public static class NoriAnalyzer.Builder
extends ObjectBuilderBase
implements CopyableBuilder<NoriAnalyzer.Builder,NoriAnalyzer>
Builder for
NoriAnalyzer.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aNoriAnalyzer.copy()Create a new builderCopyableBuilderthat is a copy of this one.final NoriAnalyzer.BuilderdecompoundMode(NoriDecompoundMode value) API name:decompound_modefinal NoriAnalyzer.BuilderAPI name:stoptagsfinal NoriAnalyzer.BuilderAPI name:stoptagsfinal NoriAnalyzer.BuilderuserDictionary(String value) API name:user_dictionaryfinal NoriAnalyzer.BuilderAPI name:versionMethods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _listCopy, _mapCopy, _mapPut, _mapPutAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.util.MutableBuilder
applyMutation
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
copy
Description copied from interface:CopyableBuilderCreate a new builderCopyableBuilderthat is a copy of this one.- Specified by:
copyin interfaceCopyableBuilder<NoriAnalyzer.Builder,NoriAnalyzer> - Returns:
- a new builder instance.
-
decompoundMode
API name:decompound_mode -
stoptags
API name:stoptagsAdds all elements of
listtostoptags. -
stoptags
API name:stoptagsAdds one or more values to
stoptags. -
userDictionary
API name:user_dictionary -
version
API name:version -
build
Builds aNoriAnalyzer.- Specified by:
buildin interfaceObjectBuilder<NoriAnalyzer>- Throws:
NullPointerException- if some of the required fields are null.
-