Package org.elasticsearch.index.reindex
Actions that modify documents based on the results of a scrolling query like
ReindexAction, UpdateByQueryAction, and
DeleteByQueryAction.-
Interface Summary Interface Description AbstractAsyncBulkByScrollAction.RequestWrapper<Self extends org.elasticsearch.action.DocWriteRequest<Self>> Wrapper for theDocWriteRequestthat are used in this action class. -
Class Summary Class Description AbstractAsyncBulkByScrollAction<Request extends org.elasticsearch.index.reindex.AbstractBulkByScrollRequest<Request>> Abstract base for scrolling across a search and executing bulk actions on all results.AbstractAsyncBulkByScrollAction.DeleteRequestWrapper AbstractAsyncBulkByScrollAction.RequestWrapperforDeleteRequestAbstractAsyncBulkByScrollAction.IndexRequestWrapper AbstractAsyncBulkByScrollAction.RequestWrapperforIndexRequestAbstractAsyncBulkByScrollAction.ScriptApplier Apply aScriptto aAbstractAsyncBulkByScrollAction.RequestWrapperAbstractBaseReindexRestHandler<Request extends org.elasticsearch.index.reindex.AbstractBulkByScrollRequest<Request>,A extends org.elasticsearch.action.GenericAction<Request,org.elasticsearch.index.reindex.BulkByScrollResponse>> AbstractBulkByQueryRestHandler<Request extends org.elasticsearch.index.reindex.AbstractBulkByScrollRequest<Request>,A extends org.elasticsearch.action.GenericAction<Request,org.elasticsearch.index.reindex.BulkByScrollResponse>> Rest handler for reindex actions that accepts a search request like Update-By-Query or Delete-By-QueryAsyncDeleteByQueryAction Implementation of delete-by-query using scrolling and bulk.BulkIndexByScrollResponseContentListener RestBuilderListener that returns higher than 200 status if there are any failures and allows to set XContent.Params.ReindexPlugin RestDeleteByQueryAction RestReindexAction Expose reindex over rest.RestRethrottleAction RestUpdateByQueryAction RethrottleAction RethrottleRequest A request to change throttling on a task.RethrottleRequestBuilder Java API support for changing the throttle on reindex tasks while they are running.TransportDeleteByQueryAction TransportReindexAction TransportRethrottleAction TransportUpdateByQueryAction -
Enum Summary Enum Description AbstractAsyncBulkByScrollAction.OpType