Package | Description |
---|---|
org.elasticsearch.action.delete |
Delete action.
|
org.elasticsearch.action.deletebyquery |
Delete by query action.
|
org.elasticsearch.action.support.replication |
Modifier and Type | Class and Description |
---|---|
class |
TransportIndexDeleteAction
Internal transport action that broadcasts a delete request to all of the shards that belongs to an index.
|
Modifier and Type | Class and Description |
---|---|
class |
TransportIndexDeleteByQueryAction
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 | Field and Description |
---|---|
protected TransportIndexReplicationOperationAction<IndexRequest,IndexResponse,ShardRequest,ShardReplicaRequest,ShardResponse> |
TransportIndicesReplicationOperationAction.indexAction |
Constructor and Description |
---|
TransportIndicesReplicationOperationAction(Settings settings,
String actionName,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
TransportIndexReplicationOperationAction<IndexRequest,IndexResponse,ShardRequest,ShardReplicaRequest,ShardResponse> indexAction,
ActionFilters actionFilters) |
Copyright © 2009–2015. All rights reserved.