| Package | Description |
|---|---|
| org.elasticsearch.action.bulk | |
| org.elasticsearch.action.delete |
Delete action.
|
| org.elasticsearch.action.deletebyquery |
Delete by query action.
|
| org.elasticsearch.action.index |
Index action.
|
| org.elasticsearch.action.support.replication |
| Modifier and Type | Class and Description |
|---|---|
class |
TransportShardBulkAction
Performs the index operation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TransportDeleteAction
Performs the delete operation.
|
class |
TransportShardDeleteAction |
| Modifier and Type | Class and Description |
|---|---|
class |
TransportShardDeleteByQueryAction
Deprecated.
Delete by query will be removed in 2.0. Instead, use the scroll/scan API to find all matching IDs and then issue a bulk
request to delete them.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TransportIndexAction
Performs the index operation.
|
| Modifier and Type | Field and Description |
|---|---|
protected TransportShardReplicationOperationAction<ShardRequest,ShardReplicaRequest,ShardResponse> |
TransportIndexReplicationOperationAction.shardAction |
| Constructor and Description |
|---|
TransportIndexReplicationOperationAction(Settings settings,
String actionName,
ClusterService clusterService,
ThreadPool threadPool,
TransportShardReplicationOperationAction<ShardRequest,ShardReplicaRequest,ShardResponse> shardAction,
ActionFilters actionFilters) |
Copyright © 2009–2016. All rights reserved.