Class FieldLookup
java.lang.Object
co.elastic.clients.elasticsearch._types.query_dsl.FieldLookup
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<FieldLookup>Json deserializer forFieldLookup -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringid()Required -idof the document.final Stringindex()Index from which to retrieve the document.static FieldLookupfinal Stringpath()Name of the field.final Stringrouting()Custom routing value.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forFieldLookup
-
-
Method Details
-
of
-
id
Required -idof the document.API name:
id -
index
Index from which to retrieve the document.API name:
index -
path
Name of the field.API name:
path -
routing
Custom routing value.API name:
routing -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupFieldLookupDeserializer
-