Uses of Class
org.springframework.data.mongodb.core.index.GeospatialIndex
Packages that use GeospatialIndex
Package
Description
Support for MongoDB document indexing.
-
Uses of GeospatialIndex in org.springframework.data.mongodb.core.index
Methods in org.springframework.data.mongodb.core.index that return GeospatialIndexModifier and TypeMethodDescriptionGeospatialIndex.partial(IndexFilter filter) Only index the documents in a collection that meet a specifiedfilter expression.GeospatialIndex.typed(GeoSpatialIndexType type) GeospatialIndex.withAdditionalField(String fieldName) GeospatialIndex.withBits(int bits) GeospatialIndex.withBucketSize(double bucketSize) Deprecated.since MongoDB server version 4.4GeospatialIndex.withMax(int max) GeospatialIndex.withMin(int min)