Uses of Package
org.springframework.data.elasticsearch.client.elc
Packages that use org.springframework.data.elasticsearch.client.elc
Package
Description
This package contains classes that use the new Elasticsearch client library (co.elastic.clients:elasticsearch-java)
to access Elasticsearch.
-
Classes in org.springframework.data.elasticsearch.client.elc used by org.springframework.data.elasticsearch.client.elcClassDescriptionClass to combine an Elasticsearch
Aggregatewith its name.Extension of theElasticsearchClientclass that implementsAutoCloseable.base class for a template that uses one of theElasticsearchClient's child clients likeElasticsearchClusterClientorElasticsearchIndicesClient.Callback interface to be used withChildTemplate.execute(ClientCallback)for operating directly on the client.Implementation of theClusterOperationsinterface using enElasticsearchClusterClient.AggregationContainerfor aAggregationthat holds Elasticsearch data.ClientConfiguration.ClientConfigurationCallbackto configure the Elasticsearch RestClient's Http client with aHttpAsyncClientBuilderClientConfiguration.ClientConfigurationCallbackto configure the RestClient client with aRestClientBuilderSimplePersistenceExceptionTranslatorfor Elasticsearch.Callback interface to be used withElasticsearchTemplate.execute(ElasticsearchTemplate.ClientCallback)for operating directly on theElasticsearchClient.AQueryimplementation using query builders from the new Elasticsearch Client library.base class for a reactive template that uses on of theReactiveElasticsearchClient's child clients.Callback interface to be used withReactiveChildTemplate.execute(ClientCallback)for operating directly on the client.Reactive version ofElasticsearchClient.Reactive version of theElasticsearchClusterClientReactive version of theElasticsearchIndicesClientReactive version ofElasticsearchSqlClient.Implementation ofReactiveElasticsearchOperationsusing the new Elasticsearch client.Callback interface to be used with {@link #execute(ReactiveElasticsearchTemplate.ClientCallback<>)} for operating directly onReactiveElasticsearchClient.