Uses of Interface
org.springframework.data.elasticsearch.core.ReactiveIndexOperations
Packages that use ReactiveIndexOperations
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 ReactiveIndexOperations in org.springframework.data.elasticsearch.client.elc
Classes in org.springframework.data.elasticsearch.client.elc that implement ReactiveIndexOperationsMethods in org.springframework.data.elasticsearch.client.elc that return ReactiveIndexOperations -
Uses of ReactiveIndexOperations in org.springframework.data.elasticsearch.client.erhlc
Methods in org.springframework.data.elasticsearch.client.erhlc that return ReactiveIndexOperationsModifier and TypeMethodDescriptionDeprecated.ReactiveElasticsearchTemplate.indexOps(IndexCoordinates index) Deprecated. -
Uses of ReactiveIndexOperations in org.springframework.data.elasticsearch.core
Methods in org.springframework.data.elasticsearch.core that return ReactiveIndexOperationsModifier and TypeMethodDescriptionCreates aReactiveIndexOperationsthat is bound to the given classReactiveElasticsearchOperations.indexOps(IndexCoordinates index) Creates aReactiveIndexOperationsthat is bound to the given index