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