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 |
---|---|
DeleteMappingRequestBuilder |
DeleteMappingAction.newRequestBuilder(IndicesAdminClient client) |
DeleteMappingRequestBuilder |
DeleteMappingRequestBuilder.setIndices(String... indices)
Sets the indices the delete mapping will execute on
|
DeleteMappingRequestBuilder |
DeleteMappingRequestBuilder.setIndicesOptions(IndicesOptions options)
Specifies what type of requested indices to ignore and wildcard indices expressions.
|
DeleteMappingRequestBuilder |
DeleteMappingRequestBuilder.setType(String... types)
Sets the type of the mapping to remove
|
Modifier and Type | Method and Description |
---|---|
DeleteMappingRequestBuilder |
IndicesAdminClient.prepareDeleteMapping(String... indices)
Deletes mapping definition for a type into one or more indices.
|
Modifier and Type | Method and Description |
---|---|
DeleteMappingRequestBuilder |
AbstractIndicesAdminClient.prepareDeleteMapping(String... indices) |
Copyright © 2009–2015. All rights reserved.