| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.template.delete | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteIndexTemplateRequestBuilder |
DeleteIndexTemplateAction.newRequestBuilder(ElasticsearchClient client) |
DeleteIndexTemplateRequestBuilder |
DeleteIndexTemplateRequestBuilder.setName(String name)
Sets the name of the index template to delete.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteIndexTemplateRequestBuilder |
IndicesAdminClient.prepareDeleteTemplate(String name)
Deletes an index template.
|
Copyright © 2009–2017. All rights reserved.