| 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 |
ReactiveIndicesTemplate |
| Modifier and Type | Method and Description |
|---|---|
ReactiveIndexOperations |
ReactiveElasticsearchTemplate.indexOps(Class<?> clazz) |
ReactiveIndexOperations |
ReactiveElasticsearchTemplate.indexOps(IndexCoordinates index) |
| Modifier and Type | Method and Description |
|---|---|
ReactiveIndexOperations |
ReactiveElasticsearchOperations.indexOps(Class<?> clazz)
Creates a
ReactiveIndexOperations that is bound to the given class |
ReactiveIndexOperations |
ReactiveElasticsearchTemplate.indexOps(Class<?> clazz) |
ReactiveIndexOperations |
ReactiveElasticsearchOperations.indexOps(IndexCoordinates index)
Creates a
ReactiveIndexOperations that is bound to the given index |
ReactiveIndexOperations |
ReactiveElasticsearchTemplate.indexOps(IndexCoordinates index) |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.