| 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.
|
| Class and Description |
|---|
| Aggregation
Class to combine an Elasticsearch {@link co.elastic.clients.elasticsearch.
|
| ChildTemplate
base class for a template that uses one of the
ElasticsearchClient's child
clients like ElasticsearchClusterClient or
ElasticsearchIndicesClient. |
| ChildTemplate.ClientCallback
Callback interface to be used with
ChildTemplate.execute(ClientCallback) for operating directly on the client. |
ElasticsearchAggregation
AggregationContainer for a Aggregation that holds Elasticsearch data. |
ElasticsearchClients.ElasticsearchClientConfigurationCallback
ClientConfiguration.ClientConfigurationCallback to configure
the RestClient with a HttpAsyncClientBuilder |
ElasticsearchClients.WebClientConfigurationCallback
ClientConfiguration.ClientConfigurationCallback to configure
the ReactiveElasticsearchClient with a WebClient |
| ElasticsearchExceptionTranslator
Simple
PersistenceExceptionTranslator for Elasticsearch. |
| ElasticsearchTemplate.ClientCallback
Callback interface to be used with
ElasticsearchTemplate.execute(ElasticsearchTemplate.ClientCallback) for operating directly on
the ElasticsearchClient. |
| NativeQuery
A
Query implementation using query builders from the new
Elasticsearch Client library. |
| NativeQueryBuilder |
| ReactiveChildTemplate
base class for a reactive template that uses on of the
ReactiveElasticsearchClient's child clients. |
| ReactiveChildTemplate.ClientCallback
Callback interface to be used with
ReactiveChildTemplate.execute(ClientCallback) for operating directly on the client. |
| ReactiveElasticsearchClient
Reactive version of
ElasticsearchClient. |
| ReactiveElasticsearchClusterClient
Reactive version of the
ElasticsearchClusterClient |
| ReactiveElasticsearchIndicesClient
Reactive version of the
ElasticsearchIndicesClient |
| ReactiveElasticsearchTemplate
Implementation of
ReactiveElasticsearchOperations using the new
Elasticsearch client. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.