Class FingerprintAnalyzer
- java.lang.Object
-
- org.opensearch.client.opensearch._types.analysis.FingerprintAnalyzer
-
- All Implemented Interfaces:
JsonpSerializable,AnalyzerVariant
@JsonpDeserializable public class FingerprintAnalyzer extends java.lang.Object implements AnalyzerVariant, JsonpSerializable
-
-
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
All Methods Static Methods Instance Methods Concrete Methods 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.Stringversion()API name:version-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opensearch.client.opensearch._types.analysis.AnalyzerVariant
_toAnalyzer
-
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<FingerprintAnalyzer> _DESERIALIZER
Json deserializer forFingerprintAnalyzer
-
-
Method Detail
-
of
public static FingerprintAnalyzer of(java.util.function.Function<FingerprintAnalyzer.Builder,ObjectBuilder<FingerprintAnalyzer>> fn)
-
_analyzerKind
public Analyzer.Kind _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
public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
setupFingerprintAnalyzerDeserializer
protected static void setupFingerprintAnalyzerDeserializer(ObjectDeserializer<FingerprintAnalyzer.Builder> op)
-
-