See: Description
| Interface | Description |
|---|---|
| ChildTemplate.ClientCallback<CLIENT,RESULT> |
Callback interface to be used with
ChildTemplate.execute(ClientCallback) for operating directly on the client. |
| ElasticsearchClients.ElasticsearchClientConfigurationCallback |
ClientConfiguration.ClientConfigurationCallback to configure
the RestClient with a HttpAsyncClientBuilder |
| ElasticsearchClients.WebClientConfigurationCallback |
ClientConfiguration.ClientConfigurationCallback to configure
the ReactiveElasticsearchClient with a WebClient |
| ElasticsearchTemplate.ClientCallback<T> |
Callback interface to be used with
ElasticsearchTemplate.execute(ElasticsearchTemplate.ClientCallback) for operating directly on
the ElasticsearchClient. |
| ReactiveChildTemplate.ClientCallback<CLIENT,RESULT extends org.reactivestreams.Publisher<?>> |
Callback interface to be used with
ReactiveChildTemplate.execute(ClientCallback) for operating directly on the client. |
| Class | Description |
|---|---|
| Aggregation |
Class to combine an Elasticsearch {@link co.elastic.clients.elasticsearch.
|
| AutoCloseableElasticsearchClient |
Extension of the
ElasticsearchClient class that implements AutoCloseable. |
| ChildTemplate<CLIENT extends co.elastic.clients.ApiClient> |
base class for a template that uses one of the
ElasticsearchClient's child
clients like ElasticsearchClusterClient or
ElasticsearchIndicesClient. |
| ClusterTemplate |
Implementation of the
ClusterOperations interface using en ElasticsearchClusterClient. |
| ElasticsearchAggregation |
AggregationContainer for a Aggregation that holds Elasticsearch data. |
| ElasticsearchAggregations |
AggregationsContainer implementation for the Elasticsearch aggregations.
|
| ElasticsearchClients |
Utility class to create the different Elasticsearch clients
|
| ElasticsearchConfiguration |
Base class for a @
Configuration class to set up the Elasticsearch
connection using the Elasticsearch Client. |
| ElasticsearchExceptionTranslator |
Simple
PersistenceExceptionTranslator for Elasticsearch. |
| ElasticsearchTemplate |
Implementation of
ElasticsearchOperations using the new
Elasticsearch client. |
| EntityAsMap |
A Map<String,Object> to represent any entity as it's returned from Elasticsearch and before it is converted to a
Document. |
| IndicesTemplate |
Implementation of the
IndexOperations interface using en ElasticsearchIndicesClient. |
| NativeQuery |
A
Query implementation using query builders from the new
Elasticsearch Client library. |
| NativeQueryBuilder | |
| QueryBuilders |
Utility class simplifying the creation of some more complex queries and type.
|
| ReactiveChildTemplate<CLIENT extends co.elastic.clients.ApiClient> |
base class for a reactive template that uses on of the
ReactiveElasticsearchClient's child clients. |
| ReactiveClusterTemplate | |
| ReactiveElasticsearchClient |
Reactive version of
ElasticsearchClient. |
| ReactiveElasticsearchClusterClient |
Reactive version of the
ElasticsearchClusterClient |
| ReactiveElasticsearchConfiguration |
Base class for a @
Configuration class to set up the Elasticsearch
connection using the ReactiveElasticsearchClient. |
| ReactiveElasticsearchIndicesClient |
Reactive version of the
ElasticsearchIndicesClient |
| ReactiveElasticsearchTemplate |
Implementation of
ReactiveElasticsearchOperations using the new
Elasticsearch client. |
| ReactiveIndicesTemplate |
| Exception | Description |
|---|---|
| CriteriaQueryException |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.