| Package | Description |
|---|---|
| redis.clients.jedis.search |
| Modifier and Type | Method and Description |
|---|---|
static Schema.VectorField.VectorAlgo |
Schema.VectorField.VectorAlgo.valueOf(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(String name,
Schema.VectorField.VectorAlgo algorithm,
Map<String,Object> attributes) |
| Constructor and Description |
|---|
VectorField(String name,
Schema.VectorField.VectorAlgo algorithm,
Map<String,Object> attributes) |
Copyright © 2022. All rights reserved.