AbstractBulkByScrollRequest<Self extends AbstractBulkByScrollRequest<Self>> |
|
AbstractBulkByScrollRequestBuilder<Request extends AbstractBulkByScrollRequest<Request>,Self extends AbstractBulkByScrollRequestBuilder<Request,Self>> |
|
AbstractBulkIndexByScrollRequest<Self extends AbstractBulkIndexByScrollRequest<Self>> |
|
AbstractBulkIndexByScrollRequestBuilder<Request extends AbstractBulkIndexByScrollRequest<Request>,Self extends AbstractBulkIndexByScrollRequestBuilder<Request,Self>> |
|
BulkByScrollResponse |
Response used for actions that index many documents using a scroll request.
|
BulkByScrollTask |
Task storing information about a currently running BulkByScroll request.
|
BulkByScrollTask.Status |
Status of the reindex, update by query, or delete by query.
|
BulkByScrollTask.StatusBuilder |
|
BulkByScrollTask.StatusOrException |
The status of a slice of the request.
|
ClientScrollableHitSource |
A scrollable source of hits from a Client instance.
|
DeleteByQueryAction |
|
DeleteByQueryRequest |
Creates a new DeleteByQueryRequest that uses scrolling and bulk requests to delete all documents matching
the query.
|
DeleteByQueryRequestBuilder |
|
LeaderBulkByScrollTaskState |
Tracks the state of sliced subtasks and provides unified status information for a sliced BulkByScrollRequest.
|
ReindexAction |
|
ReindexRequest |
Request to reindex some documents from one index to another.
|
ReindexRequestBuilder |
|
RemoteInfo |
|
ScrollableHitSource |
A scrollable source of results.
|
ScrollableHitSource.BasicHit |
|
ScrollableHitSource.Response |
Response from each scroll batch.
|
ScrollableHitSource.SearchFailure |
A failure during search.
|
UpdateByQueryAction |
|
UpdateByQueryRequest |
Request to update some documents.
|
UpdateByQueryRequestBuilder |
|
WorkerBulkByScrollTaskState |
Task behavior for BulkByScrollTask that does the actual work of querying and indexing
|