| Package | Description |
|---|---|
| io.lettuce.core.search.arguments |
| Modifier and Type | Method and Description |
|---|---|
static VectorFieldArgs.Algorithm |
VectorFieldArgs.Algorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VectorFieldArgs.Algorithm[] |
VectorFieldArgs.Algorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<VectorFieldArgs.Algorithm> |
VectorFieldArgs.getAlgorithm()
Get the vector algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
VectorFieldArgs.Builder<K> |
VectorFieldArgs.Builder.algorithm(VectorFieldArgs.Algorithm algorithm)
Set the vector similarity index algorithm.
|
Copyright © 2025 lettuce.io. All rights reserved.