| 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 | Method and Description |
|---|---|
List<IndexInformation> |
IndicesTemplate.getInformation(IndexCoordinates indexCoordinates) |
reactor.core.publisher.Flux<IndexInformation> |
ReactiveIndicesTemplate.getInformation(IndexCoordinates index) |
| Modifier and Type | Method and Description |
|---|---|
static IndexInformation |
IndexInformation.of(String name,
Settings settings,
Document mapping,
List<AliasData> aliases) |
| Modifier and Type | Method and Description |
|---|---|
static List<IndexInformation> |
ResponseConverter.getIndexInformations(org.elasticsearch.client.indices.GetIndexResponse getIndexResponse)
get the index informations from a
GetIndexResponse |
static List<IndexInformation> |
ResponseConverter.getIndexInformations(org.elasticsearch.action.admin.indices.get.GetIndexResponse getIndexResponse)
get the index informations from a
GetIndexResponse (transport
client) |
default List<IndexInformation> |
IndexOperations.getInformation()
Gets the
IndexInformation for the indices defined by IndexOperations.getIndexCoordinates(). |
default reactor.core.publisher.Flux<IndexInformation> |
ReactiveIndexOperations.getInformation()
Gets the
IndexInformation for the indices defined by ReactiveIndexOperations.getIndexCoordinates(). |
List<IndexInformation> |
IndexOperations.getInformation(IndexCoordinates index)
Gets the
IndexInformation for the indices defined by #index. |
reactor.core.publisher.Flux<IndexInformation> |
ReactiveIndexOperations.getInformation(IndexCoordinates index)
Gets the
IndexInformation for the indices defined by ReactiveIndexOperations.getIndexCoordinates(). |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.