| Package | Description |
|---|---|
| io.whitfin.elasticsearch.bulk |
| Modifier and Type | Method and Description |
|---|---|
static BulkAction.Builder |
BulkAction.builder()
Returns a builder in order to create an action.
|
BulkAction.Builder |
BulkAction.Builder.id(String id)
Sets the document identifier, if any.
|
BulkAction.Builder |
BulkAction.Builder.index(String index)
Sets the name of the targeted index, if any.
|
BulkAction.Builder |
BulkAction.Builder.operation(String operation)
Sets the operation being carried out in the action.
|
BulkAction.Builder |
BulkAction.Builder.parent(String parent)
Sets the parent identifier, if any.
|
BulkAction.Builder |
BulkAction.Builder.refresh(Boolean refresh)
Sets whether the action should trigger a refresh.
|
BulkAction.Builder |
BulkAction.Builder.routing(String routing)
Sets the routing key of the action, if any.
|
BulkAction.Builder |
BulkAction.Builder.source(String source)
Sets the source body of the action.
|
BulkAction.Builder |
BulkAction.Builder.type(String type)
Sets the name of the targeted type, if any.
|
BulkAction.Builder |
BulkAction.Builder.version(Integer version)
Sets the version of the target document, if any.
|
BulkAction.Builder |
BulkAction.Builder.waitForActiveShards(Boolean waitForActiveShards)
Sets whether the action should wait for active shards.
|
Copyright © 2017. All rights reserved.