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.
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 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.client.erhlc
Methods in org.springframework.data.elasticsearch.client.erhlc that return IndexOperationsModifier and TypeMethodDescriptionDeprecated.ElasticsearchRestTemplate.indexOps(IndexCoordinates index) Deprecated. -
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 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