| Package | Description |
|---|---|
| redis.clients.jedis.search.schemafields |
| Modifier and Type | Method and Description |
|---|---|
static VectorField.VectorAlgorithm |
VectorField.VectorAlgorithm.valueOf(java.lang.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)
Sets the vector indexing algorithm to use.
|
| Constructor and Description |
|---|
VectorField(FieldName fieldName,
VectorField.VectorAlgorithm algorithm,
java.util.Map<java.lang.String,java.lang.Object> attributes)
Creates a new VectorField with the specified field name, algorithm, and attributes.
|
VectorField(java.lang.String fieldName,
VectorField.VectorAlgorithm algorithm,
java.util.Map<java.lang.String,java.lang.Object> attributes)
Creates a new VectorField with the specified field name, algorithm, and attributes.
|
Copyright © 2025. All rights reserved.