Class FingerprintAnalyzer.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<FingerprintAnalyzer.Builder>
co.elastic.clients.elasticsearch._types.analysis.FingerprintAnalyzer.Builder
- All Implemented Interfaces:
WithJson<FingerprintAnalyzer.Builder>,ObjectBuilder<FingerprintAnalyzer>
- Enclosing class:
- FingerprintAnalyzer
public static class FingerprintAnalyzer.Builder
extends WithJsonObjectBuilderBase<FingerprintAnalyzer.Builder>
implements ObjectBuilder<FingerprintAnalyzer>
Builder for
FingerprintAnalyzer.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aFingerprintAnalyzer.maxOutputSize(int value) Required - API name:max_output_sizepreserveOriginal(boolean value) Required - API name:preserve_originalprotected FingerprintAnalyzer.Builderself()Required - API name:separatorAPI name:stopwordsAPI name:stopwordsstopwordsPath(String value) API name:stopwords_pathAPI name:versionMethods 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
-
version
API name:version -
maxOutputSize
Required - API name:max_output_size -
preserveOriginal
Required - API name:preserve_original -
separator
Required - API name:separator -
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<FingerprintAnalyzer.Builder>
-
build
Builds aFingerprintAnalyzer.- Specified by:
buildin interfaceObjectBuilder<FingerprintAnalyzer>- Throws:
NullPointerException- if some of the required fields are null.
-