Uses of Class
org.elasticsearch.client.graph.GraphExploreRequest
-
Packages that use GraphExploreRequest Package Description org.elasticsearch.client org.elasticsearch.client.graph -
-
Uses of GraphExploreRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type GraphExploreRequest Modifier and Type Method Description GraphExploreResponseGraphClient. explore(GraphExploreRequest graphExploreRequest, RequestOptions options)Executes an exploration request using the Graph API.CancellableGraphClient. exploreAsync(GraphExploreRequest graphExploreRequest, RequestOptions options, ActionListener<GraphExploreResponse> listener)Asynchronously executes an exploration request using the Graph API. -
Uses of GraphExploreRequest in org.elasticsearch.client.graph
Methods in org.elasticsearch.client.graph that return GraphExploreRequest Modifier and Type Method Description GraphExploreRequestGraphExploreRequest. indices(String... indices)GraphExploreRequestGraphExploreRequest. indicesOptions(IndicesOptions indicesOptions)GraphExploreRequestGraphExploreRequest. routing(String routing)GraphExploreRequestGraphExploreRequest. routing(String... routings)GraphExploreRequestGraphExploreRequest. timeout(String timeout)GraphExploreRequestGraphExploreRequest. timeout(TimeValue timeout)Graph exploration can be set to timeout after the given period.GraphExploreRequestGraphExploreRequest. types(String... types)Deprecated.Types are in the process of being removed.
-