Uses of Interface
org.springframework.data.mongodb.core.index.SearchIndexOperations
Packages that use SearchIndexOperations
Package
Description
MongoDB core support.
Support for MongoDB document indexing.
-
Uses of SearchIndexOperations in org.springframework.data.mongodb.core
Methods in org.springframework.data.mongodb.core that return SearchIndexOperationsModifier and TypeMethodDescriptionMongoTemplate.searchIndexOps(Class<?> type) MongoTemplate.searchIndexOps(Class<?> type, String collectionName) MongoTemplate.searchIndexOps(String collectionName) -
Uses of SearchIndexOperations in org.springframework.data.mongodb.core.index
Classes in org.springframework.data.mongodb.core.index that implement SearchIndexOperationsMethods in org.springframework.data.mongodb.core.index that return SearchIndexOperationsModifier and TypeMethodDescriptionSearchIndexOperationsProvider.searchIndexOps(Class<?> type) Returns the operations that can be performed on search indexes.SearchIndexOperationsProvider.searchIndexOps(Class<?> type, String collectionName) Returns the operations that can be performed on search indexes.SearchIndexOperationsProvider.searchIndexOps(String collectionName) Returns the operations that can be performed on search indexes.