| Package | Description |
|---|---|
| redis.clients.jedis.search |
This package contains the classes and interfaces related to RediSearch module.
|
| Modifier and Type | Method and Description |
|---|---|
static Schema.VectorField.VectorAlgo |
Schema.VectorField.VectorAlgo.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Schema.VectorField.VectorAlgo[] |
Schema.VectorField.VectorAlgo.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Schema |
Schema.addVectorField(java.lang.String name,
Schema.VectorField.VectorAlgo algorithm,
java.util.Map<java.lang.String,java.lang.Object> attributes) |
| Constructor and Description |
|---|
VectorField(java.lang.String name,
Schema.VectorField.VectorAlgo algorithm,
java.util.Map<java.lang.String,java.lang.Object> attributes) |
Copyright © 2025. All rights reserved.