Uses of Enum Class
org.springframework.data.mongodb.core.index.VectorIndex.Quantization
Packages that use VectorIndex.Quantization
Package
Description
Support for MongoDB document indexing.
-
Uses of VectorIndex.Quantization in org.springframework.data.mongodb.core.index
Methods in org.springframework.data.mongodb.core.index that return VectorIndex.QuantizationModifier and TypeMethodDescriptionstatic VectorIndex.QuantizationReturns the enum constant of this class with the specified name.static VectorIndex.Quantization[]VectorIndex.Quantization.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.mongodb.core.index with parameters of type VectorIndex.QuantizationModifier and TypeMethodDescriptionVectorIndex.VectorFieldBuilder.quantization(VectorIndex.Quantization quantization) Quantization used.