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(Integer value) The maximum token size to emit.protected FingerprintAnalyzer.Builderself()The character to use to concatenate the terms.A pre-defined stop words list like_english_or an array containing a list of stop words.A pre-defined stop words list like_english_or an array containing a list of stop words.stopwordsPath(String value) The path to a file containing stop words.Deprecated.7.14.0Methods 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
Deprecated.7.14.0API name:version -
maxOutputSize
The maximum token size to emit. Tokens larger than this size will be discarded. Defaults to255API name:
max_output_size -
separator
The character to use to concatenate the terms. Defaults to a space.API name:
separator -
stopwords
A pre-defined stop words list like_english_or an array containing a list of stop words. Defaults to_none_.API name:
stopwordsAdds all elements of
listtostopwords. -
stopwords
A pre-defined stop words list like_english_or an array containing a list of stop words. Defaults to_none_.API name:
stopwordsAdds one or more values to
stopwords. -
stopwordsPath
The path to a file containing stop words.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.
-