| Package | Description |
|---|---|
| io.valkey.search.schemafields |
| Modifier and Type | Method and Description |
|---|---|
static VectorField.VectorAlgorithm |
VectorField.VectorAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VectorField.VectorAlgorithm[] |
VectorField.VectorAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
VectorField.Builder |
VectorField.Builder.algorithm(VectorField.VectorAlgorithm algorithm) |
| Constructor and Description |
|---|
VectorField(FieldName fieldName,
VectorField.VectorAlgorithm algorithm,
Map<String,Object> attributes) |
VectorField(String fieldName,
VectorField.VectorAlgorithm algorithm,
Map<String,Object> attributes) |
Copyright © 2024. All rights reserved.