See: Description
| Interface | Description |
|---|---|
| IndexDefinition | |
| IndexFilter |
Use
IndexFilter to create the partial filter expression used when creating
Partial Indexes. |
| IndexOperations |
Index operations on a collection.
|
| IndexOperationsAdapter |
Adapter for creating synchronous
IndexOperations. |
| IndexOperationsProvider |
Provider interface to obtain
IndexOperations by MongoDB collection name. |
| ReactiveIndexOperations |
Index operations on a collection.
|
| ReactiveIndexOperationsProvider |
Provider interface to obtain
ReactiveIndexOperations by MongoDB collection name. |
| Class | Description |
|---|---|
| CompoundIndexDefinition |
Index definition to span multiple keys.
|
| GeospatialIndex |
Value object to capture data to create a geo index.
|
| Index | |
| IndexField |
Value object for an index field.
|
| IndexInfo | |
| IndexPredicate | |
| MongoMappingEventPublisher |
An implementation of ApplicationEventPublisher that will only fire
MappingContextEvents for use by the index
creator when MongoTemplate is used 'stand-alone', that is not declared inside a Spring ApplicationContext. |
| MongoPersistentEntityIndexCreator |
Component that inspects
MongoPersistentEntity instances contained in the given MongoMappingContext
for indexing metadata and ensures the indexes to be available. |
| MongoPersistentEntityIndexResolver |
IndexResolver implementation inspecting MongoPersistentEntity for MongoPersistentEntity to be
indexed. |
| 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. |
| ReactiveMongoPersistentEntityIndexCreator |
Component that inspects
MongoPersistentEntity instances contained in the given MongoMappingContext
for indexing metadata and ensures the indexes to be available using reactive infrastructure. |
| TextIndexDefinition |
IndexDefinition to span multiple keys for text search. |
| TextIndexDefinition.TextIndexDefinitionBuilder |
TextIndexDefinition.TextIndexDefinitionBuilder helps defining options for creating TextIndexDefinition. |
| TextIndexDefinition.TextIndexedFieldSpec |
| Enum | Description |
|---|---|
| GeoSpatialIndexType |
Geoposatial index type.
|
| Index.Duplicates | Deprecated
since 2.1.
|
| IndexDirection |
| Exception | Description |
|---|---|
| MongoPersistentEntityIndexResolver.CyclicPropertyReferenceException |
| Annotation Type | Description |
|---|---|
| CompoundIndex |
Mark a class to use compound indexes.
|
| CompoundIndexes | |
| GeoSpatialIndexed |
Mark a field to be indexed using MongoDB's geospatial indexing feature.
|
| Indexed |
Mark a field to be indexed using MongoDB's indexing feature.
|
| TextIndexed |
TextIndexed marks a field to be part of the text index. |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.