| Package | Description |
|---|---|
| io.lettuce.core.search.arguments |
| Modifier and Type | Method and Description |
|---|---|
static ScoringFunction |
ScoringFunction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScoringFunction[] |
ScoringFunction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SearchArgs.Builder<K,V> |
SearchArgs.Builder.scorer(ScoringFunction scorer)
Use a built-in or a user-provided scoring function
|
Copyright © 2025 lettuce.io. All rights reserved.