Class FingerprintAnalyzer
java.lang.Object
co.elastic.clients.elasticsearch._types.analysis.FingerprintAnalyzer
- All Implemented Interfaces:
AnalyzerVariant,JsonpSerializable
@JsonpDeserializable
public class FingerprintAnalyzer
extends Object
implements AnalyzerVariant, JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<FingerprintAnalyzer>Json deserializer forFingerprintAnalyzer -
Method Summary
Modifier and TypeMethodDescriptionAnalyzer variant kind.final IntegerThe maximum token size to emit.static FingerprintAnalyzerrebuild()final StringThe character to use to concatenate the terms.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidA pre-defined stop words list like_english_or an array containing a list of stop words.final StringThe path to a file containing stop words.toString()final Stringversion()Deprecated.7.14.0Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface co.elastic.clients.elasticsearch._types.analysis.AnalyzerVariant
_toAnalyzer
-
Field Details
-
_DESERIALIZER
Json deserializer forFingerprintAnalyzer
-
-
Method Details
-
of
public static FingerprintAnalyzer of(Function<FingerprintAnalyzer.Builder, ObjectBuilder<FingerprintAnalyzer>> fn) -
_analyzerKind
Analyzer variant kind.- Specified by:
_analyzerKindin interfaceAnalyzerVariant
-
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:
stopwords -
stopwordsPath
The path to a file containing stop words.API name:
stopwords_path -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
rebuild
- Returns:
- New
FingerprintAnalyzer.Builderinitialized with field values of this instance
-
setupFingerprintAnalyzerDeserializer
protected static void setupFingerprintAnalyzerDeserializer(ObjectDeserializer<FingerprintAnalyzer.Builder> op)
-