Class FingerprintAnalyzer
java.lang.Object
org.opensearch.client.opensearch._types.analysis.FingerprintAnalyzer
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,AnalyzerVariant,ToCopyableBuilder<FingerprintAnalyzer.Builder,FingerprintAnalyzer>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class FingerprintAnalyzer
extends Object
implements AnalyzerVariant, PlainJsonSerializable, ToCopyableBuilder<FingerprintAnalyzer.Builder,FingerprintAnalyzer>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<FingerprintAnalyzer> Json deserializer forFingerprintAnalyzer -
Method Summary
Modifier and TypeMethodDescriptionAnalyzervariant kind.static FingerprintAnalyzer.Builderbuilder()booleaninthashCode()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_pathCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.final Stringversion()API name:versionMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.opensearch._types.analysis.AnalyzerVariant
toAnalyzerMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_DESERIALIZER
Json deserializer forFingerprintAnalyzer
-
-
Method Details
-
of
public static FingerprintAnalyzer of(Function<FingerprintAnalyzer.Builder, ObjectBuilder<FingerprintAnalyzer>> fn) -
_analyzerKind
Analyzervariant kind.- Specified by:
_analyzerKindin interfaceAnalyzerVariant
-
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 -
version
API name:version -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<FingerprintAnalyzer.Builder,FingerprintAnalyzer> - Returns:
- a new builder instance.
-
builder
-
setupFingerprintAnalyzerDeserializer
protected static void setupFingerprintAnalyzerDeserializer(ObjectDeserializer<FingerprintAnalyzer.Builder> op) -
hashCode
public int hashCode() -
equals
-