Uses of Class
org.elasticsearch.action.delete.DeleteResponse
-
Packages that use DeleteResponse Package Description org.elasticsearch.action.delete org.elasticsearch.client org.elasticsearch.client.support -
-
Uses of DeleteResponse in org.elasticsearch.action.delete
Methods in org.elasticsearch.action.delete that return DeleteResponse Modifier and Type Method Description DeleteResponseDeleteResponse.Builder. build()static DeleteResponseDeleteResponse. fromXContent(XContentParser parser) -
Uses of DeleteResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return DeleteResponse Modifier and Type Method Description DeleteResponseRestHighLevelClient. delete(DeleteRequest deleteRequest, RequestOptions options)Deletes a document by id using the Delete API.Methods in org.elasticsearch.client that return types with arguments of type DeleteResponse Modifier and Type Method Description ActionFuture<DeleteResponse>Client. delete(DeleteRequest request)Deletes a document from the index based on the index, type and id.Method parameters in org.elasticsearch.client with type arguments of type DeleteResponse Modifier and Type Method Description voidClient. delete(DeleteRequest request, ActionListener<DeleteResponse> listener)Deletes a document from the index based on the index, type and id.CancellableRestHighLevelClient. deleteAsync(DeleteRequest deleteRequest, RequestOptions options, ActionListener<DeleteResponse> listener)Asynchronously deletes a document by id using the Delete API. -
Uses of DeleteResponse in org.elasticsearch.client.support
Methods in org.elasticsearch.client.support that return types with arguments of type DeleteResponse Modifier and Type Method Description ActionFuture<DeleteResponse>AbstractClient. delete(DeleteRequest request)Method parameters in org.elasticsearch.client.support with type arguments of type DeleteResponse Modifier and Type Method Description voidAbstractClient. delete(DeleteRequest request, ActionListener<DeleteResponse> listener)
-