Uses of Class
org.elasticsearch.index.reindex.UpdateByQueryRequest
-
Packages that use UpdateByQueryRequest Package Description org.elasticsearch.client org.elasticsearch.index.reindex -
-
Uses of UpdateByQueryRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type UpdateByQueryRequest Modifier and Type Method Description BulkByScrollResponseRestHighLevelClient. updateByQuery(UpdateByQueryRequest updateByQueryRequest, RequestOptions options)Executes a update by query request.CancellableRestHighLevelClient. updateByQueryAsync(UpdateByQueryRequest updateByQueryRequest, RequestOptions options, ActionListener<BulkByScrollResponse> listener)Asynchronously executes an update by query request. -
Uses of UpdateByQueryRequest in org.elasticsearch.index.reindex
Methods in org.elasticsearch.index.reindex that return UpdateByQueryRequest Modifier and Type Method Description UpdateByQueryRequestUpdateByQueryRequest. forSlice(TaskId slicingTask, SearchRequest slice, int totalSlices)protected UpdateByQueryRequestUpdateByQueryRequest. self()UpdateByQueryRequestUpdateByQueryRequest. setBatchSize(int size)The scroll size to control number of documents processed per batchUpdateByQueryRequestUpdateByQueryRequest. setDocTypes(String... types)Deprecated.Types are in the process of being removed.UpdateByQueryRequestUpdateByQueryRequest. setIndicesOptions(IndicesOptions indicesOptions)Set the IndicesOptions for controlling unavailable indicesUpdateByQueryRequestUpdateByQueryRequest. setPipeline(String pipeline)Set the ingest pipeline to set on index requests made by this action.UpdateByQueryRequestUpdateByQueryRequest. setQuery(QueryBuilder query)Set the query for selective updateUpdateByQueryRequestUpdateByQueryRequest. setRouting(String routing)Set routing limiting the process to the shards that match that routing value
-