Class FingerprintAnalyzer
java.lang.Object
co.elastic.clients.elasticsearch._types.analysis.FingerprintAnalyzer
- All Implemented Interfaces:
AnalyzerVariant,JsonpSerializable
@JsonpDeserializable public class FingerprintAnalyzer extends java.lang.Object implements AnalyzerVariant, JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFingerprintAnalyzer.BuilderBuilder forFingerprintAnalyzer. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<FingerprintAnalyzer>_DESERIALIZERJson deserializer forFingerprintAnalyzer -
Method Summary
Modifier and Type Method Description Analyzer.Kind_analyzerKind()Analyzer variant kind.intmaxOutputSize()Required - API name:max_output_sizestatic FingerprintAnalyzerof(java.util.function.Function<FingerprintAnalyzer.Builder,ObjectBuilder<FingerprintAnalyzer>> fn)booleanpreserveOriginal()Required - API name:preserve_originaljava.lang.Stringseparator()Required - 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 voidsetupFingerprintAnalyzerDeserializer(ObjectDeserializer<FingerprintAnalyzer.Builder> op)java.util.List<java.lang.String>stopwords()API name:stopwordsjava.lang.StringstopwordsPath()API name:stopwords_pathjava.lang.StringtoString()java.lang.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(java.util.function.Function<FingerprintAnalyzer.Builder,ObjectBuilder<FingerprintAnalyzer>> fn) -
_analyzerKind
Analyzer variant kind.- Specified by:
_analyzerKindin interfaceAnalyzerVariant
-
version
@Nullable public final java.lang.String 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
public final java.lang.String separator()Required - API name:separator -
stopwords
public final java.util.List<java.lang.String> stopwords()API name:stopwords -
stopwordsPath
@Nullable public final java.lang.String stopwordsPath()API name:stopwords_path -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupFingerprintAnalyzerDeserializer
protected static void setupFingerprintAnalyzerDeserializer(ObjectDeserializer<FingerprintAnalyzer.Builder> op)
-