Uses of Enum Class
org.springframework.data.mongodb.core.aggregation.VectorSearchOperation.SearchType
Packages that use VectorSearchOperation.SearchType
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of VectorSearchOperation.SearchType in org.springframework.data.mongodb.core.aggregation
Subclasses with type arguments of type VectorSearchOperation.SearchType in org.springframework.data.mongodb.core.aggregationModifier and TypeClassDescriptionstatic enumSearch type, ANN as approximation or ENN for exact search.Methods in org.springframework.data.mongodb.core.aggregation that return VectorSearchOperation.SearchTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static VectorSearchOperation.SearchType[]VectorSearchOperation.SearchType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.mongodb.core.aggregation with parameters of type VectorSearchOperation.SearchTypeModifier and TypeMethodDescriptionVectorSearchOperation.searchType(VectorSearchOperation.SearchType searchType) Configure the search type to use.