| 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.existsTemplate(ExistsTemplateRequest existsTemplateRequest) |
reactor.core.publisher.Mono<Boolean> |
ReactiveIndicesTemplate.existsTemplate(ExistsTemplateRequest existsTemplateRequest) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IndexOperations.existsTemplate(ExistsTemplateRequest existsTemplateRequest)
check if an index template exists using the legacy Elasticsearch interface.
|
reactor.core.publisher.Mono<Boolean> |
ReactiveIndexOperations.existsTemplate(ExistsTemplateRequest existsTemplateRequest)
Checks if an index template exists 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.