Uses of Interface
org.springframework.data.mongodb.core.index.IndexFilter
Packages that use IndexFilter
Package
Description
Support for MongoDB document indexing.
-
Uses of IndexFilter in org.springframework.data.mongodb.core.index
Classes in org.springframework.data.mongodb.core.index that implement IndexFilterModifier and TypeClassDescriptionclassIndexFilterimplementation for usage with plainDocumentas well asCriteriaDefinitionfilter expressions.Methods in org.springframework.data.mongodb.core.index with parameters of type IndexFilterModifier and TypeMethodDescriptionGeospatialIndex.partial(IndexFilter filter) Only index the documents in a collection that meet a specifiedfilter expression.Index.partial(IndexFilter filter) Only index the documents in a collection that meet a specifiedfilter expression.TextIndexDefinition.TextIndexDefinitionBuilder.partial(IndexFilter filter) Only index the documents that meet the specifiedfilter expression.