Uses of Class
org.springframework.data.mongodb.core.index.SearchIndexInfo
Packages that use SearchIndexInfo
Package
Description
Support for MongoDB document indexing.
-
Uses of SearchIndexInfo in org.springframework.data.mongodb.core.index
Methods in org.springframework.data.mongodb.core.index that return SearchIndexInfoModifier and TypeMethodDescriptionstatic SearchIndexInfoSearchIndexInfo.of(org.bson.Document indexDocument) Create an index from its BSONDocumentrepresentation into aSearchIndexInfo.static SearchIndexInfoParse a BSON document describing an index into aSearchIndexInfo.