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
Classes in org.springframework.data.elasticsearch.core that implement IndexOperationsModifier and TypeClassDescriptionclassBase implementation ofIndexOperationscommon to Transport and Rest based Implementations of IndexOperations.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 indexElasticsearchRestTemplate.indexOps(IndexCoordinates 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