Uses of Package
org.springframework.data.mongodb.core.index
Packages that use org.springframework.data.mongodb.core.index
Package
Description
MongoDB core support.
Support for MongoDB document indexing.
-
Classes in org.springframework.data.mongodb.core.index used by org.springframework.data.mongodb.coreClassDescriptionIndex information for a MongoDB index.Index operations on a collection.Provider interface to obtain
IndexOperationsby MongoDB collection name.Changeable properties of an index.Index operations on a collection. -
Classes in org.springframework.data.mongodb.core.index used by org.springframework.data.mongodb.core.indexClassDescriptionMark a class to use compound indexes.Value object to capture data to create a geo index.Geoposatial index type.
IndexDefinitionimplementation for MongoDB Hashed Indexes maintaining entries with hashes of the values of the indexed field.Value object for an index field.UseIndexFilterto create the partial filter expression used when creating Partial Indexes.Index information for a MongoDB index.Index operations on a collection.Adapter for creating synchronousIndexOperations.Provider interface to obtainIndexOperationsby MongoDB collection name.Changeable properties of an index.IndexResolverfinds thoseIndexDefinitions to be created for a given class.Component that inspectsMongoPersistentEntityinstances contained in the givenMongoMappingContextfor indexing metadata and ensures the indexes to be available.Implementation ofIndexDefinitionholding additional (property)path information used for creating the index.IndexFilterimplementation for usage with plainDocumentas well asCriteriaDefinitionfilter expressions.Index operations on a collection.Provider interface to obtainReactiveIndexOperationsby MongoDB collection name.IndexDefinitionto span multiple keys for text search.TextIndexDefinition.TextIndexDefinitionBuilderhelps defining options for creatingTextIndexDefinition.WildcardIndexis a specificIndexthat can be used to include all fields into an index based on the$**" : 1pattern on a root object (the one typically carrying theDocumentannotation).Annotation for an entity or property that should be used as key for a Wildcard Index.