Package org.elasticsearch.index.reindex
package org.elasticsearch.index.reindex
-
InterfaceDescriptionA document returned as part of the response.Implemented by
WorkerBulkByScrollTaskState
andBulkByScrollTask.Status
to consistently implementSuccessfullyProcessed.getSuccessfullyProcessed()
. -
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 for
BulkByScrollTask.Status
.The status of a slice of the request.A scrollable source of hits from a Client instance.Creates a newDeleteByQueryRequest
that 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.Request to reindex some documents from one index to another.A scrollable source of results.An implementation of ScrollableHitSource.Hit that uses getters and setters.Response from each scroll batch.A failure during search.Request to update some documents.Task behavior forBulkByScrollTask
that does the actual work of querying and indexing