| Package | Description |
|---|---|
| org.elasticsearch.action.updatebyquery |
Update by query action.
|
| Modifier and Type | Method and Description |
|---|---|
BulkResponseOption |
UpdateByQueryRequest.bulkResponseOptions() |
BulkResponseOption |
ShardUpdateByQueryRequest.bulkResponseOptions() |
BulkResponseOption |
IndexUpdateByQueryRequest.bulkResponseOptions() |
static BulkResponseOption |
BulkResponseOption.fromId(byte id)
Constructs the bulk response option from its internal representation.
|
static BulkResponseOption |
BulkResponseOption.fromString(String type)
Parse the bulk response option from string.
|
static BulkResponseOption |
BulkResponseOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BulkResponseOption[] |
BulkResponseOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateByQueryRequest |
UpdateByQueryRequest.bulkResponseOptions(BulkResponseOption bulkResponseOption) |
UpdateByQueryRequestBuilder |
UpdateByQueryRequestBuilder.setIncludeBulkResponses(BulkResponseOption option) |
Copyright © 2013-2015. All Rights Reserved.