| Package | Description |
|---|---|
| org.springframework.data.elasticsearch.core | |
| org.springframework.data.elasticsearch.repository.support |
| Modifier and Type | Method and Description |
|---|---|
IndexOperations |
ElasticsearchTemplate.indexOps(Class<?> clazz)
Deprecated.
|
IndexOperations |
ElasticsearchOperations.indexOps(Class<?> clazz)
get an
IndexOperations that is bound to the given class |
IndexOperations |
ElasticsearchRestTemplate.indexOps(Class<?> clazz) |
IndexOperations |
ElasticsearchTemplate.indexOps(IndexCoordinates index)
Deprecated.
|
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–2021 Pivotal Software, Inc.. All rights reserved.