Class ExploreRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.graph.ExploreRequest
- All Implemented Interfaces:
JsonpSerializable
Explore extracted and summarized information about the documents and terms in
an index.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ExploreRequest>Json deserializer forExploreRequeststatic final Endpoint<ExploreRequest,ExploreResponse, ErrorResponse> Endpoint "graph.explore". -
Method Summary
Modifier and TypeMethodDescriptionfinal HopAPI name:connectionsfinal ExploreControlscontrols()API name:controlsindex()Required - A comma-separated list of index names to search; use_allor empty string to perform the operation on all indicesstatic ExploreRequestfinal Queryquery()API name:queryfinal Stringrouting()Specific routing valuevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal Timetimeout()Explicit operation timeouttype()A comma-separated list of document types to search; leave empty to perform the operation on all typesfinal List<VertexDefinition>vertices()API name:verticesMethods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_DESERIALIZER
Json deserializer forExploreRequest -
_ENDPOINT
Endpoint "graph.explore".
-
-
Method Details
-
of
-
connections
API name:connections -
controls
API name:controls -
index
Required - A comma-separated list of index names to search; use_allor empty string to perform the operation on all indicesAPI name:
index -
query
API name:query -
routing
Specific routing valueAPI name:
routing -
timeout
Explicit operation timeoutAPI name:
timeout -
type
A comma-separated list of document types to search; leave empty to perform the operation on all typesAPI name:
type -
vertices
API name:vertices -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupExploreRequestDeserializer
protected static void setupExploreRequestDeserializer(ObjectDeserializer<ExploreRequest.Builder> op)
-