| Package | Description |
|---|---|
| org.springframework.data.mongodb.core.index |
Support for MongoDB document indexing.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PartialIndexFilter
IndexFilter implementation for usage with plain Document as well as CriteriaDefinition filter
expressions. |
| Modifier and Type | Method and Description |
|---|---|
GeospatialIndex |
GeospatialIndex.partial(IndexFilter filter)
Only index the documents in a collection that meet a specified
filter expression. |
TextIndexDefinition.TextIndexDefinitionBuilder |
TextIndexDefinition.TextIndexDefinitionBuilder.partial(IndexFilter filter)
Only index the documents that meet the specified
filter expression. |
Index |
Index.partial(IndexFilter filter)
Only index the documents in a collection that meet a specified
filter expression. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.