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 intRequired - API name:max_output_sizestatic FingerprintAnalyzerfinal booleanRequired - API name:preserve_originalfinal StringRequired - API name:separatorvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidAPI name:stopwordsfinal StringAPI name:stopwords_pathtoString()final Stringversion()API name:versionMethods 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
API name:version -
maxOutputSize
public final int maxOutputSize()Required - API name:max_output_size -
preserveOriginal
public final boolean preserveOriginal()Required - API name:preserve_original -
separator
Required - API name:separator -
stopwords
API name:stopwords -
stopwordsPath
API name:stopwords_path -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupFingerprintAnalyzerDeserializer
protected static void setupFingerprintAnalyzerDeserializer(ObjectDeserializer<FingerprintAnalyzer.Builder> op)
-