Uses of Interface
org.springframework.data.elasticsearch.core.IndexOperations
Packages that use IndexOperations
Package
Description
This package contains classes that use the new Elasticsearch client library (co.elastic.clients:elasticsearch-java)
to access Elasticsearch.
-
Uses of IndexOperations in org.springframework.data.elasticsearch.client.elc
Classes in org.springframework.data.elasticsearch.client.elc that implement IndexOperationsModifier and TypeClassDescriptionclassImplementation of theIndexOperationsinterface using enElasticsearchIndicesClient.Methods in org.springframework.data.elasticsearch.client.elc that return IndexOperations -
Uses of IndexOperations in org.springframework.data.elasticsearch.core
Subinterfaces of IndexOperations in org.springframework.data.elasticsearch.coreModifier and TypeInterfaceDescriptioninterfaceAdapter for creating synchronous calls for a reactiveReactiveIndexOperations.Methods in org.springframework.data.elasticsearch.core that return IndexOperationsModifier and TypeMethodDescriptionget anIndexOperationsthat is bound to the given classElasticsearchOperations.indexOps(IndexCoordinates index) get anIndexOperationsthat is bound to the given index -
Uses of IndexOperations in org.springframework.data.elasticsearch.repository.support
Fields in org.springframework.data.elasticsearch.repository.support declared as IndexOperationsModifier and TypeFieldDescriptionprotected IndexOperationsSimpleElasticsearchRepository.indexOperations