A B C D E F G H I 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.UpdateByQueryRequestBuilder
 
AbstractAsyncBulkByScrollAction<Request extends AbstractBulkByScrollRequest<Request>,Response> - Class in org.elasticsearch.index.reindex
Abstract base for scrolling across a search and executing bulk actions on all results.
AbstractAsyncBulkByScrollAction(BulkByScrollTask, ESLogger, Client, ThreadPool, Version, Request, SearchRequest, ActionListener<Response>) - Constructor for class org.elasticsearch.index.reindex.AbstractAsyncBulkByScrollAction
 
AbstractAsyncBulkIndexByScrollAction<Request extends AbstractBulkIndexByScrollRequest<Request>,Response extends BulkIndexByScrollResponse> - Class in org.elasticsearch.index.reindex
Abstract base for scrolling across a search and executing bulk indexes on all results.
AbstractAsyncBulkIndexByScrollAction(BulkByScrollTask, ESLogger, ScriptService, Client, ThreadPool, Version, Request, SearchRequest, ActionListener<Response>) - Constructor for class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction
 
AbstractBaseReindexRestHandler<Request extends AbstractBulkByScrollRequest<Request>,Response extends BulkIndexByScrollResponse,TA extends TransportAction<Request,Response>> - Class in org.elasticsearch.index.reindex
 
AbstractBaseReindexRestHandler(Settings, RestController, Client, ClusterService, IndicesQueriesRegistry, AggregatorParsers, Suggesters, TA) - Constructor for class org.elasticsearch.index.reindex.AbstractBaseReindexRestHandler
 
AbstractBulkByScrollRequest<Self extends AbstractBulkByScrollRequest<Self>> - Class in org.elasticsearch.index.reindex
 
AbstractBulkByScrollRequest() - Constructor for class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
 
AbstractBulkByScrollRequest(SearchRequest) - Constructor for class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
 
AbstractBulkByScrollRequestBuilder<Request extends AbstractBulkByScrollRequest<Request>,Response extends ActionResponse,Self extends AbstractBulkByScrollRequestBuilder<Request,Response,Self>> - Class in org.elasticsearch.index.reindex
 
AbstractBulkByScrollRequestBuilder(ElasticsearchClient, Action<Request, Response, 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
 
AbstractBulkIndexByScrollRequest(SearchRequest) - Constructor for class org.elasticsearch.index.reindex.AbstractBulkIndexByScrollRequest
 
AbstractBulkIndexByScrollRequestBuilder<Request extends AbstractBulkIndexByScrollRequest<Request>,Response extends BulkIndexByScrollResponse,Self extends AbstractBulkIndexByScrollRequestBuilder<Request,Response,Self>> - Class in org.elasticsearch.index.reindex
 
AbstractBulkIndexByScrollRequestBuilder(ElasticsearchClient, Action<Request, Response, Self>, SearchRequestBuilder, Request) - Constructor for class org.elasticsearch.index.reindex.AbstractBulkIndexByScrollRequestBuilder
 
accumulateExceptions() - Method in class org.elasticsearch.index.reindex.TransportRethrottleAction
 
aggParsers - Variable in class org.elasticsearch.index.reindex.AbstractBaseReindexRestHandler
 
applyScript(IndexRequest, SearchHit, ExecutableScript, Map<String, Object>) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction
Apply a script to the request.

B

beforeExecute(Request) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequestBuilder
 
buildBulk(Iterable<SearchHit>) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkByScrollAction
 
buildBulk(Iterable<SearchHit>) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction
 
buildIndexRequest(SearchHit) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction
Build the IndexRequest for a single search hit.
buildResponse(TimeValue, List<BulkItemResponse.Failure>, List<ShardSearchFailure>, boolean) - 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, float) - Constructor for class org.elasticsearch.index.reindex.BulkByScrollTask
 
BulkByScrollTask.Status - Class in org.elasticsearch.index.reindex
 
BulkByScrollTask.Status(long, long, long, long, int, long, long, long, TimeValue, float, String, TimeValue) - Constructor for class org.elasticsearch.index.reindex.BulkByScrollTask.Status
 
BulkByScrollTask.Status(StreamInput) - Constructor for class org.elasticsearch.index.reindex.BulkByScrollTask.Status
 
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<ShardSearchFailure>, boolean) - Constructor for class org.elasticsearch.index.reindex.BulkIndexByScrollResponse
 
BulkIndexByScrollResponseContentListener<R extends BulkIndexByScrollResponse> - Class in org.elasticsearch.index.reindex
Just like RestToXContentListener but will return higher than 200 status if there are any failures.
BulkIndexByScrollResponseContentListener(RestChannel) - Constructor for class org.elasticsearch.index.reindex.BulkIndexByScrollResponseContentListener
 

C

consistency(WriteConsistencyLevel) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequestBuilder
Consistency level for write requests.
copyMetadata(IndexRequest, SearchHit) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction
Copies the metadata from a hit to the index request.
copyRouting(IndexRequest, SearchHit) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction
Part of copyMetadata but called out individual for easy overwriting.
createTask(long, String, String) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
 

D

description() - Method in class org.elasticsearch.index.reindex.ReindexPlugin
 
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, ReindexRequest, ActionListener<ReindexResponse>) - Method in class org.elasticsearch.index.reindex.TransportReindexAction
 
doExecute(ReindexRequest, ActionListener<ReindexResponse>) - 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
 

E

execute(RestRequest, Request, RestChannel) - Method in class org.elasticsearch.index.reindex.AbstractBaseReindexRestHandler
 

F

fieldValue(SearchHit, String) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction
 
filter(QueryBuilder) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequestBuilder
Set the query that will filter the source.

G

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
 
getConsistency() - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
Consistency level for write requests.
getCreated() - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
Count of documents created.
getCreated() - Method in class org.elasticsearch.index.reindex.ReindexResponse
 
getDeleted() - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
Count of successful delete operations.
getDestination() - Method in class org.elasticsearch.index.reindex.ReindexRequest
 
getIndexingFailures() - Method in class org.elasticsearch.index.reindex.BulkIndexByScrollResponse
All of the indexing failures.
getMaxRetries() - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
Total number of retries attempted for rejections.
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
 
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.
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.
getRetries() - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
Number of retries that had to be attempted due to rejected executions.
getRetryBackoffInitialTime() - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
Initial delay after a rejection before retrying request.
getScript() - Method in class org.elasticsearch.index.reindex.AbstractBulkIndexByScrollRequest
Script to modify the documents before they are processed.
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.
getSize() - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
Maximum number of processed documents.
getStatus() - Method in class org.elasticsearch.index.reindex.BulkByScrollTask
 
getStatus() - Method in class org.elasticsearch.index.reindex.BulkIndexByScrollResponse
 
getStatus(R) - Method in class org.elasticsearch.index.reindex.BulkIndexByScrollResponseContentListener
 
getSuccessfullyProcessed() - Method in class org.elasticsearch.index.reindex.BulkByScrollTask
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?
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.
getUpdated() - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
Count of documents updated.
getUpdated() - Method in class org.elasticsearch.index.reindex.BulkIndexByScrollResponse
 
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
 
getWriteableName() - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
 

H

handleRequest(RestRequest, RestChannel, Client) - Method in class org.elasticsearch.index.reindex.RestReindexAction
 
handleRequest(RestRequest, RestChannel, Client) - Method in class org.elasticsearch.index.reindex.RestRethrottleAction
 
handleRequest(RestRequest, RestChannel, Client) - Method in class org.elasticsearch.index.reindex.RestUpdateByQueryAction
 

I

indicesQueriesRegistry - Variable in class org.elasticsearch.index.reindex.AbstractBaseReindexRestHandler
 
innerToString(StringBuilder, boolean, boolean) - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
 
innerXContent(XContentBuilder, ToXContent.Params, boolean, boolean) - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
 
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?

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.ReindexAction
 
NAME - Static variable in class org.elasticsearch.index.reindex.ReindexPlugin
 
name() - Method 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
 
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.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.BulkByScrollTask
 
onModule(ActionModule) - Method in class org.elasticsearch.index.reindex.ReindexPlugin
 
onModule(RestModule) - Method in class org.elasticsearch.index.reindex.ReindexPlugin
 
onModule(NetworkModule) - Method in class org.elasticsearch.index.reindex.ReindexPlugin
 
org.elasticsearch.index.reindex - package org.elasticsearch.index.reindex
 

P

parseCommon(AbstractBulkByScrollRequest<?>, RestRequest) - Static method in class org.elasticsearch.index.reindex.RestReindexAction
 
parseRequestsPerSecond(RestRequest) - Static method in class org.elasticsearch.index.reindex.AbstractBaseReindexRestHandler
 
PROTOTYPE - Static variable in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
 

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.BulkByScrollTask.Status
 
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
 
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
 
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, ReindexResponse, ReindexRequestBuilder>) - Constructor for class org.elasticsearch.index.reindex.ReindexRequestBuilder
 
ReindexResponse - Class in org.elasticsearch.index.reindex
Response for the ReindexAction.
ReindexResponse() - Constructor for class org.elasticsearch.index.reindex.ReindexResponse
 
ReindexResponse(TimeValue, BulkByScrollTask.Status, List<BulkItemResponse.Failure>, List<ShardSearchFailure>, boolean) - Constructor for class org.elasticsearch.index.reindex.ReindexResponse
 
request() - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequestBuilder
 
RestReindexAction - Class in org.elasticsearch.index.reindex
Expose IndexBySearchRequest over rest.
RestReindexAction(Settings, RestController, Client, ClusterService, IndicesQueriesRegistry, AggregatorParsers, Suggesters, TransportReindexAction) - Constructor for class org.elasticsearch.index.reindex.RestReindexAction
 
RestRethrottleAction - Class in org.elasticsearch.index.reindex
 
RestRethrottleAction(Settings, RestController, Client, TransportRethrottleAction) - Constructor for class org.elasticsearch.index.reindex.RestRethrottleAction
 
RestUpdateByQueryAction - Class in org.elasticsearch.index.reindex
 
RestUpdateByQueryAction(Settings, RestController, Client, ClusterService, IndicesQueriesRegistry, AggregatorParsers, Suggesters, TransportUpdateByQueryAction) - 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.
scriptChangedId(IndexRequest, Object) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction
 
scriptChangedIndex(IndexRequest, Object) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction
 
scriptChangedParent(IndexRequest, Object) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction
 
scriptChangedRouting(IndexRequest, Object) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction
 
scriptChangedTimestamp(IndexRequest, Object) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction
 
scriptChangedTTL(IndexRequest, Object) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction
 
scriptChangedType(IndexRequest, Object) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction
 
scriptChangedVersion(IndexRequest, Object) - Method in class org.elasticsearch.index.reindex.AbstractAsyncBulkIndexByScrollAction
 
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.AbstractBulkByScrollRequest
`this` cast to Self.
self() - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequestBuilder
 
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.
setConflicts(String) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
Sets abortOnVersionConflict based on REST-friendly names.
setConsistency(WriteConsistencyLevel) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
Consistency level for write requests.
setMaxRetries(int) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
Set the total number of retries attempted for rejections.
setRefresh(boolean) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
Call refresh on the indexes we've written to after the request ends?
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.
setScript(Script) - Method in class org.elasticsearch.index.reindex.AbstractBulkIndexByScrollRequest
Script to modify the documents before they are processed.
setSize(int) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
Maximum number of processed documents.
setTimeout(TimeValue) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
Timeout to wait for the shards on to be available for each bulk request?
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.
subRequests() - Method in class org.elasticsearch.index.reindex.ReindexRequest
Accessor to get the underlying IndicesRequests that this request wraps.
subRequests() - Method in class org.elasticsearch.index.reindex.UpdateByQueryRequest
Accessor to get the underlying IndicesRequests that this request wraps.
suggesters - Variable in class org.elasticsearch.index.reindex.AbstractBaseReindexRestHandler
 

T

task - Variable in class org.elasticsearch.index.reindex.AbstractAsyncBulkByScrollAction
 
taskOperation(RethrottleRequest, BulkByScrollTask) - Method in class org.elasticsearch.index.reindex.TransportRethrottleAction
 
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 class org.elasticsearch.index.reindex.BulkByScrollTask.Status
 
toString() - Method in class org.elasticsearch.index.reindex.BulkByScrollTask
 
toString() - Method in class org.elasticsearch.index.reindex.BulkIndexByScrollResponse
 
toString() - Method in class org.elasticsearch.index.reindex.ReindexRequest
 
toString() - Method in class org.elasticsearch.index.reindex.ReindexResponse
 
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.BulkIndexByScrollResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.reindex.ReindexResponse
 
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, ClusterName, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.index.reindex.TransportRethrottleAction
 
TransportUpdateByQueryAction - Class in org.elasticsearch.index.reindex
 
TransportUpdateByQueryAction(Settings, ThreadPool, ActionFilters, IndexNameExpressionResolver, ClusterService, Client, TransportService, ScriptService) - 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.ReindexRequest
 
validate() - Method in class org.elasticsearch.index.reindex.RethrottleRequest
 

W

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.BulkIndexByScrollResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.reindex.ReindexRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.reindex.RethrottleRequest
 
A B C D E F G H I M N O P R S T U V W 

Copyright © 2009–2017. All rights reserved.