Uses of Enum Class
io.quarkus.redis.datasource.search.VectorType
Packages that use VectorType
-
Uses of VectorType in io.quarkus.redis.datasource.search
Methods in io.quarkus.redis.datasource.search that return VectorTypeModifier and TypeMethodDescriptionstatic VectorTypeReturns the enum constant of this class with the specified name.static VectorType[]VectorType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkus.redis.datasource.search with parameters of type VectorTypeModifier and TypeMethodDescriptionFieldOptions.vectorType(VectorType vectorType) For vector fields, specifies the vector type.