Module org.elasticsearch.server
Package org.elasticsearch.index.reindex
package org.elasticsearch.index.reindex
-
ClassDescriptionAbstractBulkByScrollRequest<Self extends AbstractBulkByScrollRequest<Self>>AbstractBulkByScrollRequestBuilder<Request extends AbstractBulkByScrollRequest<Request>,
Self extends AbstractBulkByScrollRequestBuilder<Request, Self>> AbstractBulkIndexByScrollRequest<Self extends AbstractBulkIndexByScrollRequest<Self>>AbstractBulkIndexByScrollRequestBuilder<Request extends AbstractBulkIndexByScrollRequest<Request>,Self extends AbstractBulkIndexByScrollRequestBuilder<Request, Self>> Response used for actions that index many documents using a scroll request.Task storing information about a currently running BulkByScroll request.Status of the reindex, update by query, or delete by query.This class acts as a builder forBulkByScrollTask.Status.The status of a slice of the request.Creates a newDeleteByQueryRequestthat uses scrolling and bulk requests to delete all documents matching the query.Tracks the state of sliced subtasks and provides unified status information for a sliced BulkByScrollRequest.A failure during paginated search.Request to reindex some documents from one index to another.Holds resume state information for aBulkByScrollTasktask to be resumed from a previous run.Resume information for a PIT-based BulkByScrollTask worker.Identity of the original task that was relocated.Resume information for a scroll-based BulkByScrollTask worker.Information for a single slice of a BulkByScrollTask.Resume information for a single worker of a BulkByScrollTask.Implemented byWorkerBulkByScrollTaskStateandBulkByScrollTask.Statusto consistently implementSuccessfullyProcessed.getSuccessfullyProcessed().Reason for a task failing because it's been relocated to another node to continue execution.Request to update some documents.Task behavior forBulkByScrollTaskthat does the actual work of querying and indexing