Class ExploreRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.graph.ExploreRequest
All Implemented Interfaces:
ElasticsearchCommonRequest, JsonpSerializable

@JsonpDeserializable
public final class ExploreRequest
extends RequestBase
implements JsonpSerializable
  • Field Details

  • Constructor Details

  • Method Details

    • index

      public java.util.List<java.lang.String> index()
      A comma-separated list of index names to search; use _all or empty string to perform the operation on all indices

      API name: index

    • type

      @Nullable public java.util.List<java.lang.String> type()
      A comma-separated list of document types to search; leave empty to perform the operation on all types

      API name: type

    • routing

      @Nullable public java.lang.String routing()
      Specific routing value

      API name: routing

    • timeout

      @Nullable public java.lang.String timeout()
      Explicit operation timeout

      API name: timeout

    • connections

      @Nullable public Hop connections()
      API name: connections
    • controls

      @Nullable public ExploreControls controls()
      API name: controls
    • query

      @Nullable public Query query()
      API name: query
    • vertices

      @Nullable public java.util.List<VertexDefinition> vertices()
      API name: vertices
    • serialize

      public void serialize​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
      Serialize this object to JSON.
      Specified by:
      serialize in interface JsonpSerializable
    • serializeInternal

      protected void serializeInternal​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
    • setupExploreRequestDeserializer

      protected static void setupExploreRequestDeserializer​(DelegatingDeserializer<ExploreRequest.Builder> op)