Class GreekAnalyzer.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<GreekAnalyzer.Builder>
co.elastic.clients.elasticsearch._types.analysis.GreekAnalyzer.Builder
- All Implemented Interfaces:
WithJson<GreekAnalyzer.Builder>,ObjectBuilder<GreekAnalyzer>
- Enclosing class:
- GreekAnalyzer
public static class GreekAnalyzer.Builder
extends WithJsonObjectBuilderBase<GreekAnalyzer.Builder>
implements ObjectBuilder<GreekAnalyzer>
Builder for
GreekAnalyzer.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aGreekAnalyzer.protected GreekAnalyzer.Builderself()final GreekAnalyzer.BuilderAPI name:stopwordsfinal GreekAnalyzer.BuilderAPI name:stopwordsfinal GreekAnalyzer.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<GreekAnalyzer.Builder>
-
build
Builds aGreekAnalyzer.- Specified by:
buildin interfaceObjectBuilder<GreekAnalyzer>- Throws:
NullPointerException- if some of the required fields are null.
-