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 or entity type.Changeable properties of an index.Index operations on a collection.Search Index operations on a collection for Atlas Search.Provider interface to obtainSearchIndexOperationsby MongoDB collection name or entity type. -
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 or entity type.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.Definition for an Atlas Search Index (Search Index or Vector Index).Index information for a MongoDB Search Index.Search Index operations on a collection for Atlas Search.Representation of different conditions a search index can be in.IndexDefinitionto span multiple keys for text search.TextIndexDefinition.TextIndexDefinitionBuilderhelps defining options for creatingTextIndexDefinition.Vector quantization.Similarity function used to calculate vector distance.Builder to create a vector fieldWildcardIndexis 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.