Uses of Enum Class
redis.clients.jedis.search.schemafields.VectorField.VectorAlgorithm
Packages that use VectorField.VectorAlgorithm
-
Uses of VectorField.VectorAlgorithm in redis.clients.jedis.search.schemafields
Fields in redis.clients.jedis.search.schemafields declared as VectorField.VectorAlgorithmModifier and TypeFieldDescriptionprivate final VectorField.VectorAlgorithmVectorField.algorithmprivate VectorField.VectorAlgorithmVectorField.Builder.algorithmMethods in redis.clients.jedis.search.schemafields that return VectorField.VectorAlgorithmModifier and TypeMethodDescriptionstatic VectorField.VectorAlgorithmReturns the enum constant of this class with the specified name.static VectorField.VectorAlgorithm[]VectorField.VectorAlgorithm.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in redis.clients.jedis.search.schemafields with parameters of type VectorField.VectorAlgorithmModifier and TypeMethodDescriptionVectorField.Builder.algorithm(VectorField.VectorAlgorithm algorithm) Constructors in redis.clients.jedis.search.schemafields with parameters of type VectorField.VectorAlgorithmModifierConstructorDescriptionVectorField(String fieldName, VectorField.VectorAlgorithm algorithm, Map<String, Object> attributes) VectorField(FieldName fieldName, VectorField.VectorAlgorithm algorithm, Map<String, Object> attributes)