Class DanishAnalyzer.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<DanishAnalyzer.Builder>
co.elastic.clients.elasticsearch._types.analysis.DanishAnalyzer.Builder
- All Implemented Interfaces:
WithJson<DanishAnalyzer.Builder>,ObjectBuilder<DanishAnalyzer>
- Enclosing class:
- DanishAnalyzer
public static class DanishAnalyzer.Builder
extends WithJsonObjectBuilderBase<DanishAnalyzer.Builder>
implements ObjectBuilder<DanishAnalyzer>
Builder for
DanishAnalyzer.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aDanishAnalyzer.protected DanishAnalyzer.Builderself()final DanishAnalyzer.BuilderAPI name:stopwordsfinal DanishAnalyzer.BuilderAPI name:stopwordsfinal DanishAnalyzer.BuilderstopwordsPath(String value) API name:stopwords_pathMethods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
stopwords
API name:stopwordsAdds all elements of
listtostopwords. -
stopwords
API name:stopwordsAdds one or more values to
stopwords. -
stopwordsPath
API name:stopwords_path -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<DanishAnalyzer.Builder>
-
build
Builds aDanishAnalyzer.- Specified by:
buildin interfaceObjectBuilder<DanishAnalyzer>- Throws:
NullPointerException- if some of the required fields are null.
-