Class GalicianAnalyzer.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<GalicianAnalyzer.Builder>
co.elastic.clients.elasticsearch._types.analysis.GalicianAnalyzer.Builder
- All Implemented Interfaces:
WithJson<GalicianAnalyzer.Builder>,ObjectBuilder<GalicianAnalyzer>
- Enclosing class:
- GalicianAnalyzer
public static class GalicianAnalyzer.Builder
extends WithJsonObjectBuilderBase<GalicianAnalyzer.Builder>
implements ObjectBuilder<GalicianAnalyzer>
Builder for
GalicianAnalyzer.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aGalicianAnalyzer.protected GalicianAnalyzer.Builderself()final GalicianAnalyzer.BuilderstemExclusion(String value, String... values) API name:stem_exclusionfinal GalicianAnalyzer.BuilderstemExclusion(List<String> list) API name:stem_exclusionfinal GalicianAnalyzer.BuilderAPI name:stopwordsfinal GalicianAnalyzer.BuilderAPI name:stopwordsfinal GalicianAnalyzer.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 -
stemExclusion
API name:stem_exclusionAdds all elements of
listtostemExclusion. -
stemExclusion
API name:stem_exclusionAdds one or more values to
stemExclusion. -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<GalicianAnalyzer.Builder>
-
build
Builds aGalicianAnalyzer.- Specified by:
buildin interfaceObjectBuilder<GalicianAnalyzer>- Throws:
NullPointerException- if some of the required fields are null.
-