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