Class ExploreRequest

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

@JsonpDeserializable
public class ExploreRequest
extends RequestBase
implements JsonpSerializable
Explore extracted and summarized information about the documents and terms in an index.
See Also:
API specification
  • Field Details

  • Method Details

    • of

      public static ExploreRequest of​(java.util.function.Function<ExploreRequest.Builder,​ObjectBuilder<ExploreRequest>> fn)
    • connections

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

      @Nullable public final ExploreControls controls()
      API name: controls
    • index

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

      API name: index

    • query

      @Nullable public final Query query()
      API name: query
    • routing

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

      API name: routing

    • timeout

      @Nullable public final Time timeout()
      Explicit operation timeout

      API name: timeout

    • vertices

      public final 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​(ObjectDeserializer<ExploreRequest.Builder> op)