Class LikeDocument
java.lang.Object
co.elastic.clients.elasticsearch._types.query_dsl.LikeDocument
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<LikeDocument>Json deserializer forLikeDocument -
Method Summary
Modifier and TypeMethodDescriptionfinal JsonDatadoc()A document not present in the index.fields()API name:fieldsfinal Stringid()ID of a document.final Stringindex()Index of a document.static LikeDocumentAPI name:per_field_analyzerfinal Stringrouting()API name:routingvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()final Longversion()API name:versionfinal VersionTypeAPI name:version_type
-
Field Details
-
_DESERIALIZER
Json deserializer forLikeDocument
-
-
Method Details
-
of
-
doc
A document not present in the index.API name:
doc -
fields
API name:fields -
id
ID of a document.API name:
_id -
index
Index of a document.API name:
_index -
perFieldAnalyzer
API name:per_field_analyzer -
routing
API name:routing -
version
API name:version -
versionType
API name:version_type -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupLikeDocumentDeserializer
-