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