Uses of Interface
org.springframework.data.mongodb.core.index.SearchIndexDefinition
Packages that use SearchIndexDefinition
Package
Description
Support for MongoDB document indexing.
-
Uses of SearchIndexDefinition in org.springframework.data.mongodb.core.index
Classes in org.springframework.data.mongodb.core.index that implement SearchIndexDefinitionModifier and TypeClassDescriptionclassMethods in org.springframework.data.mongodb.core.index that return SearchIndexDefinitionMethods in org.springframework.data.mongodb.core.index with parameters of type SearchIndexDefinitionModifier and TypeMethodDescriptionDefaultSearchIndexOperations.createIndex(SearchIndexDefinition indexDefinition) SearchIndexOperations.createIndex(SearchIndexDefinition indexDefinition) Create the index for the givenSearchIndexDefinitionin the collection indicated by the entity class.voidDefaultSearchIndexOperations.updateIndex(SearchIndexDefinition indexDefinition) voidSearchIndexOperations.updateIndex(SearchIndexDefinition indexDefinition) Alters the search index matching the indexname.