| Package | Description |
|---|---|
| org.springframework.data.mongodb.core |
MongoDB core support.
|
| org.springframework.data.mongodb.core.index |
Support for MongoDB document indexing.
|
| Class and Description |
|---|
| IndexDefinition |
| IndexInfo
Index information for a MongoDB index.
|
| IndexOperations
Index operations on a collection.
|
| IndexOperationsProvider
Provider interface to obtain
IndexOperations by MongoDB collection name. |
| ReactiveIndexOperations
Index operations on a collection.
|
| Class and Description |
|---|
| CompoundIndex
Mark a class to use compound indexes.
|
| GeospatialIndex
Value object to capture data to create a geo index.
|
| GeoSpatialIndexType
Geoposatial index type.
|
HashedIndex
IndexDefinition implementation for MongoDB
Hashed Indexes maintaining entries with hashes of
the values of the indexed field. |
| Index |
| Index.Duplicates
Deprecated.
since 2.1. No longer supported by MongoDB as of server version 3.0.
|
| IndexDefinition |
| IndexDirection |
| IndexField
Value object for an index field.
|
| IndexFilter
Use
IndexFilter to create the partial filter expression used when creating
Partial Indexes. |
| IndexInfo
Index information for a MongoDB index.
|
| IndexOperations
Index operations on a collection.
|
| IndexOperationsAdapter
Adapter for creating synchronous
IndexOperations. |
| IndexOperationsProvider
Provider interface to obtain
IndexOperations by MongoDB collection name. |
IndexResolver
IndexResolver finds those IndexDefinitions to be created for a given class. |
| MongoPersistentEntityIndexCreator
Component that inspects
MongoPersistentEntity instances contained in the given MongoMappingContext
for indexing metadata and ensures the indexes to be available. |
| MongoPersistentEntityIndexResolver.IndexDefinitionHolder
Implementation of
IndexDefinition holding additional (property)path information used for creating the
index. |
PartialIndexFilter
IndexFilter implementation for usage with plain DBObject as well as CriteriaDefinition filter
expressions. |
| ReactiveIndexOperations
Index operations on a collection.
|
| ReactiveIndexOperationsProvider
Provider interface to obtain
ReactiveIndexOperations by MongoDB collection name. |
TextIndexDefinition
IndexDefinition to span multiple keys for text search. |
TextIndexDefinition.TextIndexDefinitionBuilder
TextIndexDefinition.TextIndexDefinitionBuilder helps defining options for creating TextIndexDefinition. |
| TextIndexDefinition.TextIndexedFieldSpec |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.