Uses of Class
org.elasticsearch.index.reindex.DeleteByQueryRequest
-
Packages that use DeleteByQueryRequest Package Description org.elasticsearch.client org.elasticsearch.index.reindex -
-
Uses of DeleteByQueryRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type DeleteByQueryRequest Modifier and Type Method Description BulkByScrollResponseRestHighLevelClient. deleteByQuery(DeleteByQueryRequest deleteByQueryRequest, RequestOptions options)Executes a delete by query request.CancellableRestHighLevelClient. deleteByQueryAsync(DeleteByQueryRequest deleteByQueryRequest, RequestOptions options, ActionListener<BulkByScrollResponse> listener)Asynchronously executes a delete by query request.TaskSubmissionResponseRestHighLevelClient. submitDeleteByQueryTask(DeleteByQueryRequest deleteByQueryRequest, RequestOptions options)Submits a delete by query task See Delete By Query API on elastic.co -
Uses of DeleteByQueryRequest in org.elasticsearch.index.reindex
Methods in org.elasticsearch.index.reindex that return DeleteByQueryRequest Modifier and Type Method Description DeleteByQueryRequestDeleteByQueryRequest. forSlice(TaskId slicingTask, SearchRequest slice, int totalSlices)protected DeleteByQueryRequestDeleteByQueryRequest. self()DeleteByQueryRequestDeleteByQueryRequest. setBatchSize(int size)The scroll size to control number of documents processed per batchDeleteByQueryRequestDeleteByQueryRequest. setDocTypes(String... types)Deprecated.Types are in the process of being removed.DeleteByQueryRequestDeleteByQueryRequest. setIndicesOptions(IndicesOptions indicesOptions)Set the IndicesOptions for controlling unavailable indicesDeleteByQueryRequestDeleteByQueryRequest. setQuery(QueryBuilder query)Set the query for selective deleteDeleteByQueryRequestDeleteByQueryRequest. setRouting(String routing)Set routing limiting the process to the shards that match that routing valueDeleteByQueryRequestDeleteByQueryRequest. types(String... types)Deprecated.Types are in the process of being removed.
-