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.elcClassDescriptionbase class for a template that uses one of the
ElasticsearchClient's child clients likeElasticsearchClusterClientorElasticsearchIndicesClient.Callback interface to be used withChildTemplate.execute(ClientCallback)for operating directly on the client.ClientConfiguration.ClientConfigurationCallbackto configure the RestClient with aHttpAsyncClientBuilderClientConfiguration.ClientConfigurationCallbackto configure the ReactiveElasticsearchClient with aWebClientSimplePersistenceExceptionTranslatorfor 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 theElasticsearchIndicesClientImplementation ofReactiveElasticsearchOperationsusing the new Elasticsearch client.