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 |
BulkShardRequest |
Modifier and Type | Class and Description |
---|---|
class |
DeleteRequest
A request to delete a document from an index based on its type and id.
|
class |
ShardDeleteRequest
Delete by query request to execute on a specific shard.
|
Modifier and Type | Class and Description |
---|---|
class |
ShardDeleteByQueryRequest
Delete by query request to execute on a specific shard.
|
Modifier and Type | Class and Description |
---|---|
class |
IndexRequest
Index request to index a typed JSON document into a specific index and make it searchable.
|
Modifier and Type | Field and Description |
---|---|
Request |
TransportShardReplicationOperationAction.PrimaryOperationRequest.request |
ReplicaRequest |
TransportShardReplicationOperationAction.ReplicaOperationRequest.request |
Copyright © 2009–2015. All rights reserved.