| Package | Description |
|---|---|
| org.springframework.data.elasticsearch.client.elc |
This package contains classes that use the new Elasticsearch client library (co.elastic.clients:elasticsearch-java)
to access Elasticsearch.
|
| org.springframework.data.elasticsearch.core |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IndicesTemplate.deleteTemplate(DeleteTemplateRequest deleteTemplateRequest) |
reactor.core.publisher.Mono<Boolean> |
ReactiveIndicesTemplate.deleteTemplate(DeleteTemplateRequest deleteTemplateRequest) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IndexOperations.deleteTemplate(DeleteTemplateRequest deleteTemplateRequest)
Deletes an index template using the legacy Elasticsearch interface (@see
https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-templates-v1.html).
|
reactor.core.publisher.Mono<Boolean> |
ReactiveIndexOperations.deleteTemplate(DeleteTemplateRequest deleteTemplateRequest)
Deletes an index template using the legacy Elasticsearch interface (@see
https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-templates-v1.html)
|
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.