| 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.repository.support |
| Modifier and Type | Class and Description |
|---|---|
class |
IndicesTemplate
Implementation of the
IndexOperations interface using en ElasticsearchIndicesClient. |
| Modifier and Type | Method and Description |
|---|---|
IndexOperations |
ElasticsearchTemplate.indexOps(Class<?> clazz) |
IndexOperations |
ElasticsearchTemplate.indexOps(IndexCoordinates index) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIndexTemplate
Base implementation of
IndexOperations common to Transport and Rest based Implementations of IndexOperations. |
| Modifier and Type | Method and Description |
|---|---|
IndexOperations |
ElasticsearchOperations.indexOps(Class<?> clazz)
get an
IndexOperations that is bound to the given class |
IndexOperations |
ElasticsearchRestTemplate.indexOps(Class<?> clazz) |
IndexOperations |
ElasticsearchOperations.indexOps(IndexCoordinates index)
get an
IndexOperations that is bound to the given index |
IndexOperations |
ElasticsearchRestTemplate.indexOps(IndexCoordinates index) |
| Modifier and Type | Field and Description |
|---|---|
protected IndexOperations |
SimpleElasticsearchRepository.indexOperations |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.