| 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 | Class and Description |
|---|---|
class |
ElasticsearchTemplate
Implementation of
ElasticsearchOperations using the new
Elasticsearch client. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ElasticsearchOperations
ElasticsearchOperations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractElasticsearchTemplate
This class contains methods that are common to different implementations of the
ElasticsearchOperations
interface that use different clients, like RestHighLevelClient and the next Java client from Elasticsearch or some
future implementation that might use an Opensearch client. |
class |
ElasticsearchRestTemplate
ElasticsearchRestTemplate
|
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.