Uses of Class
io.objectbox.annotation.VectorDistanceType
-
Packages that use VectorDistanceType Package Description io.objectbox.annotation Annotations to mark a class as an@Entity, to specify the@IdProperty, to create an@Indexor a@TransientProperty. -
-
Uses of VectorDistanceType in io.objectbox.annotation
Methods in io.objectbox.annotation that return VectorDistanceType Modifier and Type Method Description VectorDistanceTypedistanceType()The distance type used for the HNSW index.static VectorDistanceTypeVectorDistanceType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static VectorDistanceType[]VectorDistanceType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-