Package org.opensearch.index.reindex
package org.opensearch.index.reindex
Reindex implementation
-
ClassDescriptionAbstractBulkByScrollRequest<Self extends AbstractBulkByScrollRequest<Self>>Base class for requesting bulk by scrollsAbstractBulkByScrollRequestBuilder<Request extends AbstractBulkByScrollRequest<Request>,
Self extends AbstractBulkByScrollRequestBuilder<Request, Self>> Base builder for bulk by scroll requestsAbstractBulkIndexByScrollRequest<Self extends AbstractBulkIndexByScrollRequest<Self>>Base request class for bulk indexing by scrollAbstractBulkIndexByScrollRequestBuilder<Request extends AbstractBulkIndexByScrollRequest<Request>,Self extends AbstractBulkIndexByScrollRequestBuilder<Request, Self>> Base builder class for bulk index by scrollsResponse 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.A scrollable source of hits from a Client instance.Action type for delete by queryCreates a newDeleteByQueryRequest
that uses scrolling and bulk requests to delete all documents matching the query.Builder for delete by queryTracks the state of sliced subtasks and provides unified status information for a sliced BulkByScrollRequest.Action type for reindex requestsRequest to reindex some documents from one index to another.Builder for reindex requestsAction listener for rejectionsEncapsulates informatoin for remote resourcesBase listener for retriesA scrollable source of results.Asynchronous responseAn implementation of ScrollableHitSource.Hit that uses getters and setters.A document returned as part of the response.Response from each scroll batch.A failure during search.Implemented byWorkerBulkByScrollTaskState
andBulkByScrollTask.Status
to consistently implementSuccessfullyProcessed.getSuccessfullyProcessed()
.Action type for updating by queryRequest to update some documents.Request builder for updating a document by queryTask behavior forBulkByScrollTask
that does the actual work of querying and indexing