Uses of Interface
org.springframework.data.elasticsearch.core.sql.SqlOperations
Packages that use SqlOperations
Package
Description
This package contains classes that use the new Elasticsearch client library (co.elastic.clients:elasticsearch-java)
to access Elasticsearch.
-
Uses of SqlOperations in org.springframework.data.elasticsearch.client.elc
Classes in org.springframework.data.elasticsearch.client.elc that implement SqlOperationsModifier and TypeClassDescriptionclassImplementation ofElasticsearchOperationsusing the new Elasticsearch client. -
Uses of SqlOperations in org.springframework.data.elasticsearch.core
Subinterfaces of SqlOperations in org.springframework.data.elasticsearch.coreClasses in org.springframework.data.elasticsearch.core that implement SqlOperationsModifier and TypeClassDescriptionclassThis class contains methods that are common to different implementations of theElasticsearchOperationsinterface that use different clients, like the different Java clients from Elasticsearch or some external implementation that might use a different client.