Uses of Package
org.springframework.data.mongodb.core.index
Package
Description
MongoDB core support.
Support for MongoDB document indexing.
-
ClassDescriptionIndex information for a MongoDB index.Index operations on a collection.Provider interface to obtain
IndexOperations
by MongoDB collection name.Changeable properties of an index.Index operations on a collection. -
ClassDescriptionMark a class to use compound indexes.Value object to capture data to create a geo index.Geoposatial index type.
IndexDefinition
implementation for MongoDB Hashed Indexes maintaining entries with hashes of the values of the indexed field.Value object for an index field.UseIndexFilter
to 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 obtainIndexOperations
by MongoDB collection name.Changeable properties of an index.IndexResolver
finds thoseIndexDefinition
s to be created for a given class.Component that inspectsMongoPersistentEntity
instances contained in the givenMongoMappingContext
for indexing metadata and ensures the indexes to be available.Implementation ofIndexDefinition
holding additional (property)path information used for creating the index.IndexFilter
implementation for usage with plainDocument
as well asCriteriaDefinition
filter expressions.Index operations on a collection.Provider interface to obtainReactiveIndexOperations
by MongoDB collection name.IndexDefinition
to span multiple keys for text search.TextIndexDefinition.TextIndexDefinitionBuilder
helps defining options for creatingTextIndexDefinition
.WildcardIndex
is a specificIndex
that can be used to include all fields into an index based on the$**" : 1
pattern on a root object (the one typically carrying theDocument
annotation).Annotation for an entity or property that should be used as key for a Wildcard Index.