| Package | Description |
|---|---|
| io.valkey.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(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 © 2024. All rights reserved.