See: Description
| Interface | Description |
|---|---|
| IndexDefinition |
| 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. |
| 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 | |
| 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-2014–2014 Pivotal Software, Inc.. All rights reserved.