| Class | Description |
|---|---|
| IndexUpdateByQueryRequest |
Represents an update by query request targeted for a specific index.
|
| IndexUpdateByQueryResponse |
Encapsulates the result of an update by query request by bundling all bulk item responses.
|
| ShardUpdateByQueryRequest |
Represents a shard update by query request, that will be performed on the targeted shard.
|
| ShardUpdateByQueryResponse |
Update by query response from a single shard.
|
| TransportShardUpdateByQueryAction |
Transport action that translates the shard update by query request into a bulk request.
|
| TransportUpdateByQueryAction |
Delegates a
IndexUpdateByQueryRequest to the primary shards of the index this request is targeted to. |
| UpdateByQueryAction |
Entry point from client to transport actions.
|
| UpdateByQueryRequest |
Represents an update by query request.
|
| UpdateByQueryRequestBuilder |
A request builder that produces
IndexUpdateByQueryRequest instances. |
| UpdateByQueryResponse |
Encapsulates the result of an update by query request by bundling all bulk item responses.
|
| UpdateByQuerySourceBuilder |
Source builder of the script, lang, params and query for a update by query request.
|
| Enum | Description |
|---|---|
| BulkResponseOption |
Specifies how bulk responses that have been created based on the documents that have matched with the update query
are returned in the response.
|
Copyright © 2013-2015. All Rights Reserved.