Skip navigation links
A B C D E F G H I L M N O P R S T U V W 

A

abortOnVersionConflict(boolean) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequestBuilder
Should we version conflicts cause the action to abort?
abortOnVersionConflict(boolean) - Method in class org.elasticsearch.index.reindex.DeleteByQueryRequestBuilder
 
abortOnVersionConflict(boolean) - Method in class org.elasticsearch.index.reindex.UpdateByQueryRequestBuilder
 
AbstractAsyncBulkByScrollAction<Request extends AbstractBulkByScrollRequest<Request>> - Class in org.elasticsearch.index.reindex
Abstract base for scrolling across a search and executing bulk actions on all results.
AbstractAsyncBulkByScrollAction(WorkingBulkByScrollTask, Logger, ParentTaskAssigningClient, ThreadPool, Request, ActionListener<BulkIndexByScrollResponse>) - Constructor for class org.elasticsearch.index.reindex.AbstractAsyncBulkByScrollAction
 
AbstractAsyncBulkIndexByScrollAction<Request extends AbstractBulkByScrollRequest<Request>> - Class in org.elasticsearch.index.reindex
Abstract base for scrolling across a search and executing bulk indexes on all results.
AbstractAsyncBulkIndexByScrollAction(WorkingBulkByScrollTask, Logger, ParentTaskAssigningClient, ThreadPool, Request, ActionListener<BulkIndexByScrollResponse>, ScriptService, ClusterState) - Constructor for class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction
 
AbstractAsyncBulkIndexByScrollAction.DeleteRequestWrapper - Class in org.elasticsearch.index.reindex
RequestWrapper for DeleteRequest
AbstractAsyncBulkIndexByScrollAction.IndexRequestWrapper - Class in org.elasticsearch.index.reindex
RequestWrapper for IndexRequest
AbstractAsyncBulkIndexByScrollAction.OpType - Enum in org.elasticsearch.index.reindex
 
AbstractAsyncBulkIndexByScrollAction.ScriptApplier - Class in org.elasticsearch.index.reindex
Apply a Script to a RequestWrapper
AbstractBaseReindexRestHandler<Request extends AbstractBulkByScrollRequest<Request>,A extends org.elasticsearch.action.GenericAction<Request,BulkIndexByScrollResponse>> - Class in org.elasticsearch.index.reindex
 
AbstractBaseReindexRestHandler(Settings, SearchRequestParsers, ClusterService, A) - Constructor for class org.elasticsearch.index.reindex.AbstractBaseReindexRestHandler
 
AbstractBulkByQueryRestHandler<Request extends AbstractBulkByScrollRequest<Request>,A extends org.elasticsearch.action.GenericAction<Request,BulkIndexByScrollResponse>> - Class in org.elasticsearch.index.reindex
Rest handler for reindex actions that accepts a search request like Update-By-Query or Delete-By-Query
AbstractBulkByQueryRestHandler(Settings, SearchRequestParsers, ClusterService, A) - Constructor for class org.elasticsearch.index.reindex.AbstractBulkByQueryRestHandler
 
AbstractBulkByScrollRequest<Self extends AbstractBulkByScrollRequest<Self>> - Class in org.elasticsearch.index.reindex
 
AbstractBulkByScrollRequest() - Constructor for class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
Constructor for deserialization.
AbstractBulkByScrollRequest(SearchRequest, boolean) - Constructor for class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
Constructor for actual use.
AbstractBulkByScrollRequestBuilder<Request extends AbstractBulkByScrollRequest<Request>,Self extends AbstractBulkByScrollRequestBuilder<Request,Self>> - Class in org.elasticsearch.index.reindex
 
AbstractBulkByScrollRequestBuilder(ElasticsearchClient, Action<Request, BulkIndexByScrollResponse, Self>, SearchRequestBuilder, Request) - Constructor for class org.elasticsearch.index.reindex.AbstractBulkByScrollRequestBuilder
 
AbstractBulkIndexByScrollRequest<Self extends AbstractBulkIndexByScrollRequest<Self>> - Class in org.elasticsearch.index.reindex
 
AbstractBulkIndexByScrollRequest() - Constructor for class org.elasticsearch.index.reindex.AbstractBulkIndexByScrollRequest
Constructor for deserialization.
AbstractBulkIndexByScrollRequest(SearchRequest, boolean) - Constructor for class org.elasticsearch.index.reindex.AbstractBulkIndexByScrollRequest
Constructor for actual use.
AbstractBulkIndexByScrollRequestBuilder<Request extends AbstractBulkIndexByScrollRequest<Request>,Self extends AbstractBulkIndexByScrollRequestBuilder<Request,Self>> - Class in org.elasticsearch.index.reindex
 
AbstractBulkIndexByScrollRequestBuilder(ElasticsearchClient, Action<Request, BulkIndexByScrollResponse, Self>, SearchRequestBuilder, Request) - Constructor for class org.elasticsearch.index.reindex.AbstractBulkIndexByScrollRequestBuilder
 
accept(ScrollableHitSource.Hit) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction
Used to accept or ignore a search hit.
accumulateExceptions() - Method in class org.elasticsearch.index.reindex.TransportRethrottleAction
 
apply(AbstractAsyncBulkIndexByScrollAction.RequestWrapper<?>, ScrollableHitSource.Hit) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction.ScriptApplier
 

B

backoffPolicy - Variable in class org.elasticsearch.index.reindex.ScrollableHitSource
 
BasicHit(String, String, String, long) - Constructor for class org.elasticsearch.index.reindex.ScrollableHitSource.BasicHit
 
buildBulk(Iterable<? extends ScrollableHitSource.Hit>) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkByScrollAction
 
buildBulk(Iterable<? extends ScrollableHitSource.Hit>) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction
 
buildRequest(ScrollableHitSource.Hit) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction
Build the RequestWrapper for a single search hit.
buildRequest(RestRequest) - Method in class org.elasticsearch.index.reindex.AbstractBaseReindexRestHandler
Build the Request based on the RestRequest.
buildRequest(RestRequest) - Method in class org.elasticsearch.index.reindex.RestDeleteByQueryAction
 
buildRequest(RestRequest) - Method in class org.elasticsearch.index.reindex.RestReindexAction
 
buildRequest(RestRequest) - Method in class org.elasticsearch.index.reindex.RestUpdateByQueryAction
 
buildResponse(TimeValue, List<BulkItemResponse.Failure>, List<ScrollableHitSource.SearchFailure>, boolean) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkByScrollAction
Build the response for reindex actions.
buildResponse(BulkIndexByScrollResponse, XContentBuilder) - Method in class org.elasticsearch.index.reindex.BulkIndexByScrollResponseContentListener
 
buildScriptApplier() - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction
Build the BiFunction to apply to all RequestWrapper.
buildScrollableResultSource(BackoffPolicy) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkByScrollAction
 
BulkByScrollTask - Class in org.elasticsearch.index.reindex
Task storing information about a currently running BulkByScroll request.
BulkByScrollTask(long, String, String, String, TaskId) - Constructor for class org.elasticsearch.index.reindex.BulkByScrollTask
 
BulkByScrollTask.Status - Class in org.elasticsearch.index.reindex
 
BulkByScrollTask.StatusOrException - Class in org.elasticsearch.index.reindex
The status of a slice of the request.
BulkIndexByScrollResponse - Class in org.elasticsearch.index.reindex
Response used for actions that index many documents using a scroll request.
BulkIndexByScrollResponse() - Constructor for class org.elasticsearch.index.reindex.BulkIndexByScrollResponse
 
BulkIndexByScrollResponse(TimeValue, BulkByScrollTask.Status, List<BulkItemResponse.Failure>, List<ScrollableHitSource.SearchFailure>, boolean) - Constructor for class org.elasticsearch.index.reindex.BulkIndexByScrollResponse
 
BulkIndexByScrollResponse(Iterable<BulkIndexByScrollResponse>, String) - Constructor for class org.elasticsearch.index.reindex.BulkIndexByScrollResponse
 
BulkIndexByScrollResponseContentListener - Class in org.elasticsearch.index.reindex
RestBuilderListener that returns higher than 200 status if there are any failures and allows to set XContent.Params.
BulkIndexByScrollResponseContentListener(RestChannel, Map<String, String>) - Constructor for class org.elasticsearch.index.reindex.BulkIndexByScrollResponseContentListener
 

C

clearScroll(String) - Method in class org.elasticsearch.index.reindex.ClientScrollableHitSource
 
clearScroll(String) - Method in class org.elasticsearch.index.reindex.remote.RemoteScrollableHitSource
 
clearScroll(String) - Method in class org.elasticsearch.index.reindex.ScrollableHitSource
 
ClientScrollableHitSource - Class in org.elasticsearch.index.reindex
A scrollable source of hits from a Client instance.
ClientScrollableHitSource(Logger, BackoffPolicy, ThreadPool, Runnable, Consumer<Exception>, ParentTaskAssigningClient, SearchRequest) - Constructor for class org.elasticsearch.index.reindex.ClientScrollableHitSource
 
close() - Method in class org.elasticsearch.index.reindex.remote.RemoteScrollableHitSource
 
close() - Method in class org.elasticsearch.index.reindex.ScrollableHitSource
 
clusterState - Variable in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction
 
copyMetadata(AbstractAsyncBulkIndexByScrollAction.RequestWrapper<?>, ScrollableHitSource.Hit) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction
Copies the metadata from a hit to the request.
copyRouting(AbstractAsyncBulkIndexByScrollAction.RequestWrapper<?>, String) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction
Copy the routing from a search hit to the request.
countSearchRetry - Variable in class org.elasticsearch.index.reindex.ScrollableHitSource
 
createTask(long, String, String, TaskId) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
 

D

DeleteByQueryAction - Class in org.elasticsearch.index.reindex
 
DeleteByQueryRequest - Class in org.elasticsearch.index.reindex
Creates a new DeleteByQueryRequest that uses scrolling and bulk requests to delete all documents matching the query.
DeleteByQueryRequest() - Constructor for class org.elasticsearch.index.reindex.DeleteByQueryRequest
 
DeleteByQueryRequest(SearchRequest) - Constructor for class org.elasticsearch.index.reindex.DeleteByQueryRequest
 
DeleteByQueryRequestBuilder - Class in org.elasticsearch.index.reindex
 
DeleteByQueryRequestBuilder(ElasticsearchClient, Action<DeleteByQueryRequest, BulkIndexByScrollResponse, DeleteByQueryRequestBuilder>) - Constructor for class org.elasticsearch.index.reindex.DeleteByQueryRequestBuilder
 
destination() - Method in class org.elasticsearch.index.reindex.ReindexRequestBuilder
 
destination(String) - Method in class org.elasticsearch.index.reindex.ReindexRequestBuilder
Set the destination index.
destination(String, String) - Method in class org.elasticsearch.index.reindex.ReindexRequestBuilder
Set the destination index and type.
doExecute(Task, DeleteByQueryRequest, ActionListener<BulkIndexByScrollResponse>) - Method in class org.elasticsearch.index.reindex.TransportDeleteByQueryAction
 
doExecute(DeleteByQueryRequest, ActionListener<BulkIndexByScrollResponse>) - Method in class org.elasticsearch.index.reindex.TransportDeleteByQueryAction
 
doExecute(Task, ReindexRequest, ActionListener<BulkIndexByScrollResponse>) - Method in class org.elasticsearch.index.reindex.TransportReindexAction
 
doExecute(ReindexRequest, ActionListener<BulkIndexByScrollResponse>) - Method in class org.elasticsearch.index.reindex.TransportReindexAction
 
doExecute(Task, UpdateByQueryRequest, ActionListener<BulkIndexByScrollResponse>) - Method in class org.elasticsearch.index.reindex.TransportUpdateByQueryAction
 
doExecute(UpdateByQueryRequest, ActionListener<BulkIndexByScrollResponse>) - Method in class org.elasticsearch.index.reindex.TransportUpdateByQueryAction
 
doForSlice(Self, TaskId) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
Setup a clone of this request with the information needed to process a slice of it.
doForSlice(Self, TaskId) - Method in class org.elasticsearch.index.reindex.AbstractBulkIndexByScrollRequest
 
doPrepareRequest(RestRequest, NodeClient, boolean, boolean) - Method in class org.elasticsearch.index.reindex.AbstractBaseReindexRestHandler
 
doStart(Consumer<? super ScrollableHitSource.Response>) - Method in class org.elasticsearch.index.reindex.ClientScrollableHitSource
 
doStart(Consumer<? super ScrollableHitSource.Response>) - Method in class org.elasticsearch.index.reindex.remote.RemoteScrollableHitSource
 
doStart(Consumer<? super ScrollableHitSource.Response>) - Method in class org.elasticsearch.index.reindex.ScrollableHitSource
 
doStartNextScroll(String, TimeValue, Consumer<? super ScrollableHitSource.Response>) - Method in class org.elasticsearch.index.reindex.ClientScrollableHitSource
 
doStartNextScroll(String, TimeValue, Consumer<? super ScrollableHitSource.Response>) - Method in class org.elasticsearch.index.reindex.remote.RemoteScrollableHitSource
 
doStartNextScroll(String, TimeValue, Consumer<? super ScrollableHitSource.Response>) - Method in class org.elasticsearch.index.reindex.ScrollableHitSource
 

E

equals(Object) - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.StatusOrException
 

F

fail - Variable in class org.elasticsearch.index.reindex.ScrollableHitSource
 
filter(QueryBuilder) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequestBuilder
Set the query that will filter the source.
fromString(String) - Static method in enum org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction.OpType
 

G

getActions() - Method in class org.elasticsearch.index.reindex.ReindexPlugin
 
getBatches() - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
Number of scan responses this request has processed.
getBatches() - Method in class org.elasticsearch.index.reindex.BulkIndexByScrollResponse
 
getBulkFailures() - Method in class org.elasticsearch.index.reindex.BulkIndexByScrollResponse
All of the bulk failures.
getBulkRetries() - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
Number of retries that had to be attempted due to bulk actions being rejected.
getBulkRetries() - Method in class org.elasticsearch.index.reindex.BulkIndexByScrollResponse
The number of times that the request had retry bulk actions.
getCreated() - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
 
getCreated() - Method in class org.elasticsearch.index.reindex.BulkIndexByScrollResponse
 
getCreated() - Method in interface org.elasticsearch.index.reindex.SuccessfullyProcessed
Count of documents created.
getCreated() - Method in class org.elasticsearch.index.reindex.WorkingBulkByScrollTask
 
getDeleted() - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
 
getDeleted() - Method in class org.elasticsearch.index.reindex.BulkIndexByScrollResponse
 
getDeleted() - Method in interface org.elasticsearch.index.reindex.SuccessfullyProcessed
Count of successful delete operations.
getDeleted() - Method in class org.elasticsearch.index.reindex.WorkingBulkByScrollTask
 
getDestination() - Method in class org.elasticsearch.index.reindex.ReindexRequest
 
getException() - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.StatusOrException
 
getFailures() - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.Response
Where there any search failures?
getHeaders() - Method in class org.elasticsearch.index.reindex.remote.RemoteInfo
 
getHits() - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.Response
The documents returned in this batch.
getHost() - Method in class org.elasticsearch.index.reindex.remote.RemoteInfo
 
getId() - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction.DeleteRequestWrapper
 
getId() - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction.IndexRequestWrapper
 
getId() - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.BasicHit
 
getId() - Method in interface org.elasticsearch.index.reindex.ScrollableHitSource.Hit
The document id of the hit.
getIndex() - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction.DeleteRequestWrapper
 
getIndex() - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction.IndexRequestWrapper
 
getIndex() - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.BasicHit
 
getIndex() - Method in interface org.elasticsearch.index.reindex.ScrollableHitSource.Hit
The index in which the hit is stored.
getIndex() - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.SearchFailure
 
getInfoGivenSliceInfo(String, List<TaskInfo>) - Method in class org.elasticsearch.index.reindex.BulkByScrollTask
Build the status for this task given a snapshot of the information of running slices.
getInfoGivenSliceInfo(String, List<TaskInfo>) - Method in class org.elasticsearch.index.reindex.WorkingBulkByScrollTask
 
getMaxRetries() - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
Total number of retries attempted for rejections.
getNamedWriteables() - Method in class org.elasticsearch.index.reindex.ReindexPlugin
 
getNodeId() - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.SearchFailure
 
getNoops() - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
Number of noops (skipped bulk items) as part of this request.
getNoops() - Method in class org.elasticsearch.index.reindex.BulkIndexByScrollResponse
 
getParent() - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction.DeleteRequestWrapper
 
getParent() - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction.IndexRequestWrapper
 
getParent() - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.BasicHit
 
getParent() - Method in interface org.elasticsearch.index.reindex.ScrollableHitSource.Hit
The document id of the parent of the hit if there is a parent or null if there isn't.
getPassword() - Method in class org.elasticsearch.index.reindex.remote.RemoteInfo
 
getPipeline() - Method in class org.elasticsearch.index.reindex.UpdateByQueryRequest
Ingest pipeline to set on index requests made by this action.
getPort() - Method in class org.elasticsearch.index.reindex.remote.RemoteInfo
 
getQuery() - Method in class org.elasticsearch.index.reindex.remote.RemoteInfo
 
getReason() - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.SearchFailure
 
getReasonCancelled() - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
The reason that the request was canceled or null if it hasn't been.
getReasonCancelled() - Method in class org.elasticsearch.index.reindex.BulkIndexByScrollResponse
The reason that the request was canceled or null if it hasn't been.
getRemoteInfo() - Method in class org.elasticsearch.index.reindex.ReindexRequest
 
getRequestsPerSecond() - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
The throttle for this request in sub-requests per second.
getRequestsPerSecond() - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
The number of requests per second to which to throttle the request.
getRequestsPerSecond() - Method in class org.elasticsearch.index.reindex.RethrottleRequest
The throttle to apply to all matching requests in sub-requests per second.
getRestHandlers() - Method in class org.elasticsearch.index.reindex.ReindexPlugin
 
getRetryBackoffInitialTime() - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
Initial delay after a rejection before retrying request.
getRouting() - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction.DeleteRequestWrapper
 
getRouting() - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction.IndexRequestWrapper
 
getRouting() - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.BasicHit
 
getRouting() - Method in interface org.elasticsearch.index.reindex.ScrollableHitSource.Hit
The routing on the hit if there is any or null if there isn't.
getScheme() - Method in class org.elasticsearch.index.reindex.remote.RemoteInfo
 
getScript() - Method in class org.elasticsearch.index.reindex.AbstractBulkIndexByScrollRequest
Script to modify the documents before they are processed.
getScrollId() - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.Response
The scroll id used to fetch the next set of documents.
getSearchFailures() - Method in class org.elasticsearch.index.reindex.BulkIndexByScrollResponse
All search failures.
getSearchRequest() - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
The search request that matches the documents to process.
getSearchRetries() - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
Number of retries that had to be attempted due to search actions being rejected.
getSearchRetries() - Method in class org.elasticsearch.index.reindex.BulkIndexByScrollResponse
The number of times that the request had retry search actions.
getSettings() - Method in class org.elasticsearch.index.reindex.ReindexPlugin
 
getShardId() - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.SearchFailure
 
getShouldStoreResult() - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
 
getSize() - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
Maximum number of processed documents.
getSlices() - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
The number of slices this task should be divided into.
getSliceStatuses() - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
Statuses of the sub requests into which this sub-request was sliced.
getSource() - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction.DeleteRequestWrapper
 
getSource() - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction.IndexRequestWrapper
 
getSource() - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.BasicHit
 
getSource() - Method in interface org.elasticsearch.index.reindex.ScrollableHitSource.Hit
The source of the hit.
getStatus() - Method in class org.elasticsearch.index.reindex.BulkByScrollTask
 
getStatus() - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.StatusOrException
 
getStatus() - Method in class org.elasticsearch.index.reindex.BulkIndexByScrollResponse
 
getStatus() - Method in class org.elasticsearch.index.reindex.WorkingBulkByScrollTask
 
getSuccessfullyProcessed() - Method in interface org.elasticsearch.index.reindex.SuccessfullyProcessed
Total number of successfully processed documents.
getThrottled() - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
The total time this request has throttled itself not including the current throttle time if it is currently sleeping.
getThrottledUntil() - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
Remaining delay of any current throttle sleep or 0 if not sleeping.
getTimeout() - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
Timeout to wait for the shards on to be available for each bulk request?
getTimestamp() - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.BasicHit
 
getTimestamp() - Method in interface org.elasticsearch.index.reindex.ScrollableHitSource.Hit
The _timestamp on the hit if one was stored with the hit or null if one wasn't.
getTook() - Method in class org.elasticsearch.index.reindex.BulkIndexByScrollResponse
 
getTotal() - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
The total number of documents this request will process.
getTotalHits() - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.Response
What were the total number of documents matching the search?
getTTL() - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.BasicHit
 
getTTL() - Method in interface org.elasticsearch.index.reindex.ScrollableHitSource.Hit
The _ttl on the hit if one was set on it or null one wasn't.
getType() - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction.DeleteRequestWrapper
 
getType() - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction.IndexRequestWrapper
 
getType() - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.BasicHit
 
getType() - Method in interface org.elasticsearch.index.reindex.ScrollableHitSource.Hit
The type that the hit has.
getUpdated() - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
 
getUpdated() - Method in class org.elasticsearch.index.reindex.BulkIndexByScrollResponse
 
getUpdated() - Method in interface org.elasticsearch.index.reindex.SuccessfullyProcessed
Count of documents updated.
getUpdated() - Method in class org.elasticsearch.index.reindex.WorkingBulkByScrollTask
 
getUsername() - Method in class org.elasticsearch.index.reindex.remote.RemoteInfo
 
getVersion() - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction.DeleteRequestWrapper
 
getVersion() - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction.IndexRequestWrapper
 
getVersion() - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.BasicHit
 
getVersion() - Method in interface org.elasticsearch.index.reindex.ScrollableHitSource.Hit
The version of the match or -1 if the version wasn't requested.
getVersionConflicts() - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
Number of version conflicts this request has hit.
getVersionConflicts() - Method in class org.elasticsearch.index.reindex.BulkIndexByScrollResponse
 
getWaitForActiveShards() - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
The number of shard copies that must be active before proceeding with the write.
getWriteableName() - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
 

H

hashCode() - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.StatusOrException
 

I

INCLUDE_CREATED - Static variable in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
XContent param name to indicate if "created" count must be included in the response.
INCLUDE_UPDATED - Static variable in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
XContent param name to indicate if "updated" count must be included in the response.
indices(String...) - Method in class org.elasticsearch.index.reindex.DeleteByQueryRequest
 
indices() - Method in class org.elasticsearch.index.reindex.DeleteByQueryRequest
 
indices(String...) - Method in class org.elasticsearch.index.reindex.UpdateByQueryRequest
 
indices() - Method in class org.elasticsearch.index.reindex.UpdateByQueryRequest
 
indicesOptions() - Method in class org.elasticsearch.index.reindex.DeleteByQueryRequest
 
indicesOptions() - Method in class org.elasticsearch.index.reindex.UpdateByQueryRequest
 
innerToString(StringBuilder) - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
 
innerXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
 
INSTANCE - Static variable in class org.elasticsearch.index.reindex.DeleteByQueryAction
 
INSTANCE - Static variable in class org.elasticsearch.index.reindex.ReindexAction
 
INSTANCE - Static variable in class org.elasticsearch.index.reindex.RethrottleAction
 
INSTANCE - Static variable in class org.elasticsearch.index.reindex.UpdateByQueryAction
 
isAbortOnVersionConflict() - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
Should version conflicts cause aborts? Defaults to false.
isRefresh() - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
Call refresh on the indexes we've written to after the request ends?
isTimedOut() - Method in class org.elasticsearch.index.reindex.BulkIndexByScrollResponse
Did any of the sub-requests that were part of this request timeout?
isTimedOut() - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.Response
Did this batch time out?

L

logger - Variable in class org.elasticsearch.index.reindex.AbstractAsyncBulkByScrollAction
 
logger - Variable in class org.elasticsearch.index.reindex.ScrollableHitSource
 

M

mainRequest - Variable in class org.elasticsearch.index.reindex.AbstractAsyncBulkByScrollAction
The request for this action.

N

NAME - Static variable in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
 
NAME - Static variable in class org.elasticsearch.index.reindex.DeleteByQueryAction
 
NAME - Static variable in class org.elasticsearch.index.reindex.ReindexAction
 
NAME - Static variable in class org.elasticsearch.index.reindex.ReindexPlugin
 
NAME - Static variable in class org.elasticsearch.index.reindex.RethrottleAction
 
NAME - Static variable in class org.elasticsearch.index.reindex.UpdateByQueryAction
 
needsSourceDocumentVersions() - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkByScrollAction
Does this operation need the versions of the source documents?
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.index.reindex.DeleteByQueryAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.index.reindex.ReindexAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.index.reindex.RethrottleAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.index.reindex.UpdateByQueryAction
 
newResponse() - Method in class org.elasticsearch.index.reindex.DeleteByQueryAction
 
newResponse() - Method in class org.elasticsearch.index.reindex.ReindexAction
 
newResponse() - Method in class org.elasticsearch.index.reindex.RethrottleAction
 
newResponse(RethrottleRequest, List<TaskInfo>, List<TaskOperationFailure>, List<FailedNodeException>) - Method in class org.elasticsearch.index.reindex.TransportRethrottleAction
 
newResponse() - Method in class org.elasticsearch.index.reindex.UpdateByQueryAction
 

O

onCancelled() - Method in class org.elasticsearch.index.reindex.WorkingBulkByScrollTask
 
org.elasticsearch.index.reindex - package org.elasticsearch.index.reindex
Actions that modify documents based on the results of a scrolling query like ReindexAction, UpdateByQueryAction, and DeleteByQueryAction.
org.elasticsearch.index.reindex.remote - package org.elasticsearch.index.reindex.remote
Support for reindexing from a remote Elasticsearch cluster.

P

parseInternalRequest(Request, RestRequest, Map<String, Consumer<Object>>) - Method in class org.elasticsearch.index.reindex.AbstractBulkByQueryRestHandler
 
parseRequestsPerSecond(RestRequest) - Static method in class org.elasticsearch.index.reindex.AbstractBaseReindexRestHandler
 
parseSearchRequest(SearchRequest, RestRequest, Map<String, Consumer<Object>>) - Method in class org.elasticsearch.index.reindex.AbstractBulkByQueryRestHandler
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.index.reindex.RestDeleteByQueryAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.index.reindex.RestReindexAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.index.reindex.RestRethrottleAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.index.reindex.RestUpdateByQueryAction
 

R

readFrom(StreamInput) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.index.reindex.AbstractBulkIndexByScrollRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.index.reindex.BulkIndexByScrollResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.index.reindex.ReindexRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.index.reindex.RethrottleRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.index.reindex.UpdateByQueryRequest
 
readTaskResponse(StreamInput) - Method in class org.elasticsearch.index.reindex.TransportRethrottleAction
 
refresh(boolean) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequestBuilder
Call refresh on the indexes we've written to after the request ends?
ReindexAction - Class in org.elasticsearch.index.reindex
 
ReindexParallelizationHelper - Class in org.elasticsearch.index.reindex
Helps parallelize reindex requests using sliced scrolls.
ReindexPlugin - Class in org.elasticsearch.index.reindex
 
ReindexPlugin() - Constructor for class org.elasticsearch.index.reindex.ReindexPlugin
 
ReindexRequest - Class in org.elasticsearch.index.reindex
Request to reindex some documents from one index to another.
ReindexRequest() - Constructor for class org.elasticsearch.index.reindex.ReindexRequest
 
ReindexRequest(SearchRequest, IndexRequest) - Constructor for class org.elasticsearch.index.reindex.ReindexRequest
 
ReindexRequestBuilder - Class in org.elasticsearch.index.reindex
 
ReindexRequestBuilder(ElasticsearchClient, Action<ReindexRequest, BulkIndexByScrollResponse, ReindexRequestBuilder>) - Constructor for class org.elasticsearch.index.reindex.ReindexRequestBuilder
 
REMOTE_CLUSTER_WHITELIST - Static variable in class org.elasticsearch.index.reindex.TransportReindexAction
 
RemoteInfo - Class in org.elasticsearch.index.reindex.remote
 
RemoteInfo(String, String, int, BytesReference, String, String, Map<String, String>) - Constructor for class org.elasticsearch.index.reindex.remote.RemoteInfo
 
RemoteInfo(StreamInput) - Constructor for class org.elasticsearch.index.reindex.remote.RemoteInfo
Read from a stream.
RemoteScrollableHitSource - Class in org.elasticsearch.index.reindex.remote
 
RemoteScrollableHitSource(Logger, BackoffPolicy, ThreadPool, Runnable, Consumer<Exception>, RestClient, BytesReference, SearchRequest) - Constructor for class org.elasticsearch.index.reindex.remote.RemoteScrollableHitSource
 
Response(boolean, List<ScrollableHitSource.SearchFailure>, long, List<? extends ScrollableHitSource.Hit>, String) - Constructor for class org.elasticsearch.index.reindex.ScrollableHitSource.Response
 
RestDeleteByQueryAction - Class in org.elasticsearch.index.reindex
 
RestDeleteByQueryAction(Settings, RestController, SearchRequestParsers, ClusterService) - Constructor for class org.elasticsearch.index.reindex.RestDeleteByQueryAction
 
RestReindexAction - Class in org.elasticsearch.index.reindex
Expose reindex over rest.
RestReindexAction(Settings, RestController, SearchRequestParsers, ClusterService) - Constructor for class org.elasticsearch.index.reindex.RestReindexAction
 
RestRethrottleAction - Class in org.elasticsearch.index.reindex
 
RestRethrottleAction(Settings, RestController, ClusterService) - Constructor for class org.elasticsearch.index.reindex.RestRethrottleAction
 
RestUpdateByQueryAction - Class in org.elasticsearch.index.reindex
 
RestUpdateByQueryAction(Settings, RestController, SearchRequestParsers, ClusterService) - Constructor for class org.elasticsearch.index.reindex.RestUpdateByQueryAction
 
RethrottleAction - Class in org.elasticsearch.index.reindex
 
RethrottleRequest - Class in org.elasticsearch.index.reindex
A request to change throttling on a task.
RethrottleRequest() - Constructor for class org.elasticsearch.index.reindex.RethrottleRequest
 
RethrottleRequestBuilder - Class in org.elasticsearch.index.reindex
Java API support for changing the throttle on reindex tasks while they are running.
RethrottleRequestBuilder(ElasticsearchClient, Action<RethrottleRequest, ListTasksResponse, RethrottleRequestBuilder>) - Constructor for class org.elasticsearch.index.reindex.RethrottleRequestBuilder
 

S

script(Script) - Method in class org.elasticsearch.index.reindex.AbstractBulkIndexByScrollRequestBuilder
Script to modify the documents before they are processed.
ScriptApplier(WorkingBulkByScrollTask, ScriptService, Script, Map<String, Object>) - Constructor for class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction.ScriptApplier
 
scriptChangedId(AbstractAsyncBulkIndexByScrollAction.RequestWrapper<?>, Object) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction.ScriptApplier
 
scriptChangedIndex(AbstractAsyncBulkIndexByScrollAction.RequestWrapper<?>, Object) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction.ScriptApplier
 
scriptChangedOpType(AbstractAsyncBulkIndexByScrollAction.RequestWrapper<?>, AbstractAsyncBulkIndexByScrollAction.OpType, AbstractAsyncBulkIndexByScrollAction.OpType) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction.ScriptApplier
 
scriptChangedParent(AbstractAsyncBulkIndexByScrollAction.RequestWrapper<?>, Object) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction.ScriptApplier
 
scriptChangedRouting(AbstractAsyncBulkIndexByScrollAction.RequestWrapper<?>, Object) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction.ScriptApplier
 
scriptChangedTimestamp(AbstractAsyncBulkIndexByScrollAction.RequestWrapper<?>, Object) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction.ScriptApplier
 
scriptChangedTTL(AbstractAsyncBulkIndexByScrollAction.RequestWrapper<?>, Object) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction.ScriptApplier
 
scriptChangedType(AbstractAsyncBulkIndexByScrollAction.RequestWrapper<?>, Object) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction.ScriptApplier
 
scriptChangedVersion(AbstractAsyncBulkIndexByScrollAction.RequestWrapper<?>, Object) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction.ScriptApplier
 
scriptService - Variable in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction
 
ScrollableHitSource - Class in org.elasticsearch.index.reindex
A scrollable source of results.
ScrollableHitSource(Logger, BackoffPolicy, ThreadPool, Runnable, Consumer<Exception>) - Constructor for class org.elasticsearch.index.reindex.ScrollableHitSource
 
ScrollableHitSource.BasicHit - Class in org.elasticsearch.index.reindex
An implementation of ScrollableHitSource.Hit that uses getters and setters.
ScrollableHitSource.Hit - Interface in org.elasticsearch.index.reindex
A document returned as part of the response.
ScrollableHitSource.Response - Class in org.elasticsearch.index.reindex
Response from each scroll batch.
ScrollableHitSource.SearchFailure - Class in org.elasticsearch.index.reindex
A failure during search.
SearchFailure(Throwable, String, Integer, String) - Constructor for class org.elasticsearch.index.reindex.ScrollableHitSource.SearchFailure
 
SearchFailure(Throwable) - Constructor for class org.elasticsearch.index.reindex.ScrollableHitSource.SearchFailure
Build a search failure that doesn't have shard information available.
SearchFailure(StreamInput) - Constructor for class org.elasticsearch.index.reindex.ScrollableHitSource.SearchFailure
Read from a stream.
searchRequestParsers - Variable in class org.elasticsearch.index.reindex.AbstractBaseReindexRestHandler
 
searchToString(StringBuilder) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
Append a short description of the search request to a StringBuilder.
searchToString(StringBuilder) - Method in class org.elasticsearch.index.reindex.AbstractBulkIndexByScrollRequest
 
self() - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction.DeleteRequestWrapper
 
self() - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction.IndexRequestWrapper
 
self() - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
`this` cast to Self.
self() - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequestBuilder
 
self() - Method in class org.elasticsearch.index.reindex.DeleteByQueryRequest
 
self() - Method in class org.elasticsearch.index.reindex.DeleteByQueryRequestBuilder
 
self() - Method in class org.elasticsearch.index.reindex.ReindexRequest
 
self() - Method in class org.elasticsearch.index.reindex.ReindexRequestBuilder
 
self() - Method in class org.elasticsearch.index.reindex.UpdateByQueryRequest
 
self() - Method in class org.elasticsearch.index.reindex.UpdateByQueryRequestBuilder
 
setAbortOnVersionConflict(boolean) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
Should version conflicts cause aborts? Defaults to false.
setCommonOptions(RestRequest, Request) - Method in class org.elasticsearch.index.reindex.AbstractBaseReindexRestHandler
Sets common options of AbstractBulkByScrollRequest requests.
setConflicts(String) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
Sets abortOnVersionConflict based on REST-friendly names.
setId(String) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction.DeleteRequestWrapper
 
setId(String) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction.IndexRequestWrapper
 
setIndex(String) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction.DeleteRequestWrapper
 
setIndex(String) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction.IndexRequestWrapper
 
setMaxRetries(int) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
Set the total number of retries attempted for rejections.
setMaxRetries(int) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequestBuilder
Total number of retries attempted for rejections.
setParent(String) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction.DeleteRequestWrapper
 
setParent(String) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction.IndexRequestWrapper
 
setParent(String) - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.BasicHit
 
setPipeline(String) - Method in class org.elasticsearch.index.reindex.UpdateByQueryRequest
Set the ingest pipeline to set on index requests made by this action.
setPipeline(String) - Method in class org.elasticsearch.index.reindex.UpdateByQueryRequestBuilder
 
setRefresh(boolean) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
Call refresh on the indexes we've written to after the request ends?
setRemoteInfo(RemoteInfo) - Method in class org.elasticsearch.index.reindex.ReindexRequest
 
setRemoteInfo(RemoteInfo) - Method in class org.elasticsearch.index.reindex.ReindexRequestBuilder
Setup reindexing from a remote cluster.
setRequestsPerSecond(float) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
Set the throttle for this request in sub-requests per second.
setRequestsPerSecond(float) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequestBuilder
Set the throttle for this request in sub-requests per second.
setRequestsPerSecond(float) - Method in class org.elasticsearch.index.reindex.RethrottleRequest
Set the throttle to apply to all matching requests in sub-requests per second.
setRequestsPerSecond(float) - Method in class org.elasticsearch.index.reindex.RethrottleRequestBuilder
Set the throttle to apply to all matching requests in sub-requests per second.
setRetryBackoffInitialTime(TimeValue) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
Set the initial delay after a rejection before retrying request.
setRetryBackoffInitialTime(TimeValue) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequestBuilder
Initial delay after a rejection before retrying a bulk request.
setRouting(String) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction.DeleteRequestWrapper
 
setRouting(String) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction.IndexRequestWrapper
 
setRouting(String) - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.BasicHit
 
setScript(Script) - Method in class org.elasticsearch.index.reindex.AbstractBulkIndexByScrollRequest
Script to modify the documents before they are processed.
setShouldStoreResult(boolean) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
Should this task store its result after it has finished?
setShouldStoreResult(boolean) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequestBuilder
Should this task store its result after it has finished?
setSize(int) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
Maximum number of processed documents.
setSlices(int) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
The number of slices this task should be divided into.
setSlices(int) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequestBuilder
The number of slices this task should be divided into.
setSource(Map<String, Object>) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction.DeleteRequestWrapper
 
setSource(Map<String, Object>) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction.IndexRequestWrapper
 
setSource(BytesReference) - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.BasicHit
 
setTimeout(TimeValue) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
Timeout to wait for the shards on to be available for each bulk request?
setTimestamp(String) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction.DeleteRequestWrapper
 
setTimestamp(String) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction.IndexRequestWrapper
 
setTimestamp(Long) - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.BasicHit
 
setTtl(Long) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction.DeleteRequestWrapper
 
setTtl(Long) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction.IndexRequestWrapper
 
setTTL(Long) - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.BasicHit
 
setType(String) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction.DeleteRequestWrapper
 
setType(String) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction.IndexRequestWrapper
 
setVersion(long) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction.DeleteRequestWrapper
 
setVersion(long) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction.IndexRequestWrapper
 
setVersionType(VersionType) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction.DeleteRequestWrapper
 
setVersionType(VersionType) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction.IndexRequestWrapper
 
setWaitForActiveShards(ActiveShardCount) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
Sets the number of shard copies that must be active before proceeding with the write.
setWaitForActiveShards(int) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
A shortcut for AbstractBulkByScrollRequest.setWaitForActiveShards(ActiveShardCount) where the numerical shard count is passed in, instead of having to first call ActiveShardCount.from(int) to get the ActiveShardCount.
size(int) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequestBuilder
The maximum number of documents to attempt.
SIZE_ALL_MATCHES - Static variable in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
 
source() - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequestBuilder
The search used to find documents to process.
source(String...) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequestBuilder
Set the source indices.
start() - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkByScrollAction
Start the action by firing the initial search request.
start(Consumer<ScrollableHitSource.Response>) - Method in class org.elasticsearch.index.reindex.ScrollableHitSource
 
startNextScroll(TimeValue, Consumer<ScrollableHitSource.Response>) - Method in class org.elasticsearch.index.reindex.ScrollableHitSource
 
startSlices(Client, TaskManager, Action<Request, BulkIndexByScrollResponse, ?>, String, ParentBulkByScrollTask, Request, ActionListener<BulkIndexByScrollResponse>) - Static method in class org.elasticsearch.index.reindex.ReindexParallelizationHelper
 
Status(Integer, long, long, long, long, int, long, long, long, long, TimeValue, float, String, TimeValue) - Constructor for class org.elasticsearch.index.reindex.BulkByScrollTask.Status
 
Status(List<BulkByScrollTask.StatusOrException>, String) - Constructor for class org.elasticsearch.index.reindex.BulkByScrollTask.Status
Constructor merging many statuses.
Status(StreamInput) - Constructor for class org.elasticsearch.index.reindex.BulkByScrollTask.Status
 
StatusOrException(BulkByScrollTask.Status) - Constructor for class org.elasticsearch.index.reindex.BulkByScrollTask.StatusOrException
 
StatusOrException(Exception) - Constructor for class org.elasticsearch.index.reindex.BulkByScrollTask.StatusOrException
 
StatusOrException(StreamInput) - Constructor for class org.elasticsearch.index.reindex.BulkByScrollTask.StatusOrException
Read from a stream.
subRequests() - Method in class org.elasticsearch.index.reindex.ReindexRequest
Accessor to get the underlying IndicesRequests that this request wraps.
SuccessfullyProcessed - Interface in org.elasticsearch.index.reindex

T

task - Variable in class org.elasticsearch.index.reindex.AbstractAsyncBulkByScrollAction
 
taskOperation(RethrottleRequest, BulkByScrollTask, ActionListener<TaskInfo>) - Method in class org.elasticsearch.index.reindex.TransportRethrottleAction
 
threadPool - Variable in class org.elasticsearch.index.reindex.AbstractAsyncBulkByScrollAction
 
threadPool - Variable in class org.elasticsearch.index.reindex.ScrollableHitSource
 
timeout(TimeValue) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequestBuilder
Timeout to wait for the shards on to be available for each bulk request.
toString() - Method in enum org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction.OpType
 
toString() - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
 
toString() - Method in class org.elasticsearch.index.reindex.BulkIndexByScrollResponse
 
toString() - Method in class org.elasticsearch.index.reindex.DeleteByQueryRequest
 
toString() - Method in class org.elasticsearch.index.reindex.ReindexRequest
 
toString() - Method in class org.elasticsearch.index.reindex.remote.RemoteInfo
 
toString() - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.SearchFailure
 
toString() - Method in class org.elasticsearch.index.reindex.UpdateByQueryRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.StatusOrException
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.reindex.BulkIndexByScrollResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.SearchFailure
 
TransportDeleteByQueryAction - Class in org.elasticsearch.index.reindex
 
TransportDeleteByQueryAction(Settings, ThreadPool, ActionFilters, IndexNameExpressionResolver, Client, TransportService, ScriptService, ClusterService) - Constructor for class org.elasticsearch.index.reindex.TransportDeleteByQueryAction
 
TransportReindexAction - Class in org.elasticsearch.index.reindex
 
TransportReindexAction(Settings, ThreadPool, ActionFilters, IndexNameExpressionResolver, ClusterService, ScriptService, AutoCreateIndex, Client, TransportService) - Constructor for class org.elasticsearch.index.reindex.TransportReindexAction
 
TransportRethrottleAction - Class in org.elasticsearch.index.reindex
 
TransportRethrottleAction(Settings, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver, Client) - Constructor for class org.elasticsearch.index.reindex.TransportRethrottleAction
 
TransportUpdateByQueryAction - Class in org.elasticsearch.index.reindex
 
TransportUpdateByQueryAction(Settings, ThreadPool, ActionFilters, IndexNameExpressionResolver, Client, TransportService, ScriptService, ClusterService) - Constructor for class org.elasticsearch.index.reindex.TransportUpdateByQueryAction
 

U

UpdateByQueryAction - Class in org.elasticsearch.index.reindex
 
UpdateByQueryRequest - Class in org.elasticsearch.index.reindex
Request to update some documents.
UpdateByQueryRequest() - Constructor for class org.elasticsearch.index.reindex.UpdateByQueryRequest
 
UpdateByQueryRequest(SearchRequest) - Constructor for class org.elasticsearch.index.reindex.UpdateByQueryRequest
 
UpdateByQueryRequestBuilder - Class in org.elasticsearch.index.reindex
 
UpdateByQueryRequestBuilder(ElasticsearchClient, Action<UpdateByQueryRequest, BulkIndexByScrollResponse, UpdateByQueryRequestBuilder>) - Constructor for class org.elasticsearch.index.reindex.UpdateByQueryRequestBuilder
 

V

validate() - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
 
validate() - Method in class org.elasticsearch.index.reindex.DeleteByQueryRequest
 
validate() - Method in class org.elasticsearch.index.reindex.ReindexRequest
 
validate() - Method in class org.elasticsearch.index.reindex.RethrottleRequest
 
valueOf(String) - Static method in enum org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction.OpType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction.OpType
Returns an array containing the constants of this enum type, in the order they are declared.

W

waitForActiveShards(ActiveShardCount) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequestBuilder
The number of shard copies that must be active before proceeding with the write.
WorkingBulkByScrollTask - Class in org.elasticsearch.index.reindex
BulkByScrollTask subclass for tasks that actually perform the work.
WorkingBulkByScrollTask(long, String, String, String, TaskId, Integer, float) - Constructor for class org.elasticsearch.index.reindex.WorkingBulkByScrollTask
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.reindex.AbstractBulkIndexByScrollRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.StatusOrException
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.reindex.BulkIndexByScrollResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.reindex.ReindexRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.reindex.remote.RemoteInfo
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.reindex.RethrottleRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.SearchFailure
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.reindex.UpdateByQueryRequest
 
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links