| 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 | Method and Description |
|---|---|
protected AbstractElasticsearchTemplate |
ElasticsearchTemplate.doCopy() |
| Modifier and Type | Class and Description |
|---|---|
class |
ElasticsearchRestTemplate
ElasticsearchRestTemplate
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract AbstractElasticsearchTemplate |
AbstractElasticsearchTemplate.doCopy()
must return a copy of this instance that will for example be used to set a custom routing resolver without
modifying the original object.
|
protected AbstractElasticsearchTemplate |
ElasticsearchRestTemplate.doCopy() |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.