Uses of Interface
org.springframework.data.elasticsearch.core.ReactiveSearchOperations
Packages that use ReactiveSearchOperations
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 ReactiveSearchOperations in org.springframework.data.elasticsearch.client.elc
Classes in org.springframework.data.elasticsearch.client.elc that implement ReactiveSearchOperationsModifier and TypeClassDescriptionclassImplementation ofReactiveElasticsearchOperationsusing the new Elasticsearch client. -
Uses of ReactiveSearchOperations in org.springframework.data.elasticsearch.client.erhlc
Classes in org.springframework.data.elasticsearch.client.erhlc that implement ReactiveSearchOperations -
Uses of ReactiveSearchOperations in org.springframework.data.elasticsearch.core
Subinterfaces of ReactiveSearchOperations in org.springframework.data.elasticsearch.coreModifier and TypeInterfaceDescriptioninterfaceInterface that specifies a basic set of Elasticsearch operations executed in a reactive way.Classes in org.springframework.data.elasticsearch.core that implement ReactiveSearchOperationsModifier and TypeClassDescriptionclassBase class keeping common code for implementations of theReactiveElasticsearchOperationsinterface independent of the used client.