Uses of Annotation Interface
org.springframework.data.mongodb.repository.VectorSearch
Packages that use VectorSearch
Package
Description
Query derivation mechanism for MongoDB specific repositories.
-
Uses of VectorSearch in org.springframework.data.mongodb.repository.query
Methods in org.springframework.data.mongodb.repository.query that return VectorSearchModifier and TypeMethodDescriptionMongoQueryMethod.getRequiredVectorSearchAnnotation()Returns the requiredVectorSearchannotation or throwsIllegalStateExceptionif the method is not annotated withVectorSearch.