Class AsyncSearchStatusRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.async_search.AsyncSearchStatusRequest

public class AsyncSearchStatusRequest extends RequestBase
Retreives the status of a previously submitted async search request given its identifier, without retrieving search results. If the Elasticsearch security features are enabled, use of this API is restricted to the monitoring_user role.
See Also: