Uses of Class
org.springframework.data.mongodb.core.index.VectorIndex
Packages that use VectorIndex
Package
Description
Support for MongoDB document indexing.
-
Uses of VectorIndex in org.springframework.data.mongodb.core.index
Methods in org.springframework.data.mongodb.core.index that return VectorIndexModifier and TypeMethodDescriptionAdd a filter field.VectorIndex.addVector(String path, Consumer<VectorIndex.VectorFieldBuilder> customizer) Add a vector field and accept aVectorIndex.VectorFieldBuildercustomizer.