Uses of Interface
org.springframework.data.elasticsearch.core.DocumentOperations
Packages that use DocumentOperations
Package
Description
This package contains classes that use the new Elasticsearch client library (co.elastic.clients:elasticsearch-java)
to access Elasticsearch.
This package contains classes that use the old Elasticsearch 7 libraries to access Elasticsearch either directly by
using the RestHighLevelClient or indirectly by using code copied from Elasticsearch libraries (reactive
implementation).
-
Uses of DocumentOperations in org.springframework.data.elasticsearch.client.elc
Classes in org.springframework.data.elasticsearch.client.elc that implement DocumentOperationsModifier and TypeClassDescriptionclassImplementation ofElasticsearchOperationsusing the new Elasticsearch client. -
Uses of DocumentOperations in org.springframework.data.elasticsearch.client.erhlc
Classes in org.springframework.data.elasticsearch.client.erhlc that implement DocumentOperations -
Uses of DocumentOperations in org.springframework.data.elasticsearch.core
Subinterfaces of DocumentOperations in org.springframework.data.elasticsearch.coreClasses in org.springframework.data.elasticsearch.core that implement DocumentOperationsModifier and TypeClassDescriptionclassThis class contains methods that are common to different implementations of theElasticsearchOperationsinterface that use different clients, like RestHighLevelClient and the next Java client from Elasticsearch or some external implementation that might use a different client.