Class DutchAnalyzer.Builder
- java.lang.Object
-
- org.opensearch.client.util.ObjectBuilderBase
-
- org.opensearch.client.opensearch._types.analysis.DutchAnalyzer.Builder
-
- All Implemented Interfaces:
ObjectBuilder<DutchAnalyzer>
- Enclosing class:
- DutchAnalyzer
public static class DutchAnalyzer.Builder extends ObjectBuilderBase implements ObjectBuilder<DutchAnalyzer>
Builder forDutchAnalyzer.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DutchAnalyzerbuild()Builds aDutchAnalyzer.DutchAnalyzer.Builderstopwords(java.lang.String value, java.lang.String... values)API name:stopwordsDutchAnalyzer.Builderstopwords(java.util.List<java.lang.String> list)API name:stopwords-
Methods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
-
-
-
Method Detail
-
stopwords
public final DutchAnalyzer.Builder stopwords(java.util.List<java.lang.String> list)
API name:stopwordsAdds all elements of
listtostopwords.
-
stopwords
public final DutchAnalyzer.Builder stopwords(java.lang.String value, java.lang.String... values)
API name:stopwordsAdds one or more values to
stopwords.
-
build
public DutchAnalyzer build()
Builds aDutchAnalyzer.- Specified by:
buildin interfaceObjectBuilder<DutchAnalyzer>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-
-