Class ElasticsearchGraphClient
java.lang.Object
co.elastic.clients.base.ApiClient
co.elastic.clients.elasticsearch.graph.ElasticsearchGraphClient
public class ElasticsearchGraphClient extends ApiClient
Client for the graph namespace.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ElasticsearchGraphClient(Transport transport) -
Method Summary
Modifier and Type Method Description ExploreResponseexplore(ExploreRequest request)Explore extracted and summarized information about the documents and terms in an index.ExploreResponseexplore(java.util.function.Function<ExploreRequest.Builder,ObjectBuilder<ExploreRequest>> fn)Explore extracted and summarized information about the documents and terms in an index.Methods inherited from class co.elastic.clients.base.ApiClient
_transport, getDeserializerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ElasticsearchGraphClient
-
-
Method Details
-
explore
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 ExploreResponse explore(java.util.function.Function<ExploreRequest.Builder,ObjectBuilder<ExploreRequest>> fn) throws java.io.IOExceptionExplore 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
-