Class ElasticsearchGraphAsyncClient

java.lang.Object
co.elastic.clients.base.ApiClient
co.elastic.clients.elasticsearch.graph.ElasticsearchGraphAsyncClient

public class ElasticsearchGraphAsyncClient
extends ApiClient
Client for the graph namespace.
  • Constructor Details

    • ElasticsearchGraphAsyncClient

      public ElasticsearchGraphAsyncClient​(Transport transport)
  • Method Details

    • explore

      public java.util.concurrent.CompletableFuture<ExploreResponse> explore​(ExploreRequest request) throws java.io.IOException
      Explore extracted and summarized information about the documents and terms in an index.
      Throws:
      java.io.IOException
      See Also:
      Documentation on elastic.co
    • explore

      public final java.util.concurrent.CompletableFuture<ExploreResponse> explore​(java.util.function.Function<ExploreRequest.Builder,​ObjectBuilder<ExploreRequest>> fn) throws java.io.IOException
      Explore extracted and summarized information about the documents and terms in an index.
      Parameters:
      fn - a function that initializes a freshly created builder. This function can either return its builder argument after having set its properties or return another builder.
      Throws:
      java.io.IOException
      See Also:
      Documentation on elastic.co