| 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 | |
| org.springframework.data.elasticsearch.core.cluster |
Interfaces and classes related to Elasticsearch cluster information and management.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterTemplate
Implementation of the
ClusterOperations interface using en ElasticsearchClusterClient. |
| Modifier and Type | Method and Description |
|---|---|
ClusterOperations |
ElasticsearchTemplate.cluster() |
| Modifier and Type | Method and Description |
|---|---|
ClusterOperations |
ElasticsearchOperations.cluster()
return a
ClusterOperations instance that uses the same client communication setup as this
ElasticsearchOperations instance. |
ClusterOperations |
ElasticsearchRestTemplate.cluster() |
| Modifier and Type | Method and Description |
|---|---|
static ClusterOperations |
ElasticsearchClusterOperations.forTemplate(ElasticsearchRestTemplate template)
Creates a ClusterOperations for a
ElasticsearchRestTemplate. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.