Uses of Class
io.quarkus.redis.datasource.search.VectorType
-
Packages that use VectorType Package Description io.quarkus.redis.datasource.search -
-
Uses of VectorType in io.quarkus.redis.datasource.search
Methods in io.quarkus.redis.datasource.search that return VectorType Modifier and Type Method Description static VectorTypeVectorType. valueOf(String name)Returns the enum constant of this type with the specified name.static VectorType[]VectorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.quarkus.redis.datasource.search with parameters of type VectorType Modifier and Type Method Description FieldOptionsFieldOptions. vectorType(VectorType vectorType)For vector fields, specifies the vector type.
-