- 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
-
- 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
-