| Package | Description |
|---|---|
| org.elasticsearch.action.updatebyquery |
Update by query action.
|
| org.elasticsearch.client |
| Class and 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.
|
| 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.
|
| 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.
|
| Class and Description |
|---|
| 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.
|
Copyright © 2013-2015. All Rights Reserved.