Uses of Enum Class
redis.clients.jedis.search.Schema.VectorField.VectorAlgo
Packages that use Schema.VectorField.VectorAlgo
Package
Description
This package contains the classes and interfaces related to RediSearch module.
-
Uses of Schema.VectorField.VectorAlgo in redis.clients.jedis.search
Fields in redis.clients.jedis.search declared as Schema.VectorField.VectorAlgoModifier and TypeFieldDescriptionprivate final Schema.VectorField.VectorAlgoSchema.VectorField.algorithmMethods in redis.clients.jedis.search that return Schema.VectorField.VectorAlgoModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static Schema.VectorField.VectorAlgo[]Schema.VectorField.VectorAlgo.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in redis.clients.jedis.search with parameters of type Schema.VectorField.VectorAlgoModifier and TypeMethodDescriptionSchema.addVectorField(String name, Schema.VectorField.VectorAlgo algorithm, Map<String, Object> attributes) Constructors in redis.clients.jedis.search with parameters of type Schema.VectorField.VectorAlgoModifierConstructorDescriptionVectorField(String name, Schema.VectorField.VectorAlgo algorithm, Map<String, Object> attributes)