Package | Description |
---|---|
org.elasticsearch.action.admin.indices.mapping.delete | |
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support |
Modifier and Type | Method and Description |
---|---|
DeleteMappingRequest |
DeleteMappingRequest.indices(String[] indices)
Sets the indices this delete mapping operation will execute on.
|
DeleteMappingRequest |
DeleteMappingRequest.indicesOptions(IndicesOptions indicesOptions) |
protected DeleteMappingRequest |
TransportDeleteMappingAction.newRequest() |
DeleteMappingRequest |
DeleteMappingRequest.types(String... types)
The type of the mappings to remove.
|
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportDeleteMappingAction.checkBlock(DeleteMappingRequest request,
ClusterState state) |
protected void |
TransportDeleteMappingAction.doExecute(DeleteMappingRequest request,
ActionListener<DeleteMappingResponse> listener) |
protected void |
TransportDeleteMappingAction.masterOperation(DeleteMappingRequest request,
ClusterState state,
ActionListener<DeleteMappingResponse> listener) |
Modifier and Type | Method and Description |
---|---|
static DeleteMappingRequest |
Requests.deleteMappingRequest(String... indices)
Deletes mapping (and all its data) from one or more indices.
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<DeleteMappingResponse> |
IndicesAdminClient.deleteMapping(DeleteMappingRequest request)
Deletes mapping (and all its data) from one or more indices.
|
void |
IndicesAdminClient.deleteMapping(DeleteMappingRequest request,
ActionListener<DeleteMappingResponse> listener)
Deletes mapping definition for a type into one or more indices.
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<DeleteMappingResponse> |
AbstractIndicesAdminClient.deleteMapping(DeleteMappingRequest request) |
void |
AbstractIndicesAdminClient.deleteMapping(DeleteMappingRequest request,
ActionListener<DeleteMappingResponse> listener) |
Copyright © 2009–2015. All rights reserved.