Class IcuFoldingTokenFilter.Builder
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.opensearch._types.analysis.TokenFilterBase.AbstractBuilder<IcuFoldingTokenFilter.Builder>
org.opensearch.client.opensearch._types.analysis.IcuFoldingTokenFilter.Builder
- All Implemented Interfaces:
CopyableBuilder<IcuFoldingTokenFilter.Builder,,IcuFoldingTokenFilter> MutableBuilder<IcuFoldingTokenFilter.Builder,,IcuFoldingTokenFilter> ObjectBuilder<IcuFoldingTokenFilter>
- Enclosing class:
IcuFoldingTokenFilter
public static class IcuFoldingTokenFilter.Builder
extends TokenFilterBase.AbstractBuilder<IcuFoldingTokenFilter.Builder>
implements CopyableBuilder<IcuFoldingTokenFilter.Builder,IcuFoldingTokenFilter>
Builder for
IcuFoldingTokenFilter.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aIcuFoldingTokenFilter.copy()Create a new builderCopyableBuilderthat is a copy of this one.protected IcuFoldingTokenFilter.Builderself()unicodeSetFilter(String value) Required - API name:unicode_set_filterMethods inherited from class org.opensearch.client.opensearch._types.analysis.TokenFilterBase.AbstractBuilder
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<IcuFoldingTokenFilter.Builder,IcuFoldingTokenFilter> - Returns:
- a new builder instance.
-
self
- Specified by:
selfin classTokenFilterBase.AbstractBuilder<IcuFoldingTokenFilter.Builder>
-
unicodeSetFilter
Required - API name:unicode_set_filter -
build
Builds aIcuFoldingTokenFilter.- Specified by:
buildin interfaceObjectBuilder<IcuFoldingTokenFilter>- Throws:
NullPointerException- if some of the required fields are null.
-