| Package | Description |
|---|---|
| io.lettuce.core.search.arguments.hybrid |
| Modifier and Type | Method and Description |
|---|---|
Combiners.Linear<K> |
Combiners.Linear.alpha(double alpha)
Set the ALPHA parameter - weight for text search score.
|
Combiners.Linear<K> |
Combiners.Linear.beta(double beta)
Set the BETA parameter - weight for vector search score.
|
static <K> Combiners.Linear<K> |
Combiners.linear()
Create a Linear combination combiner.
|
Combiners.Linear<K> |
Combiners.Linear.window(int window)
Set the WINDOW parameter - number of top results to consider from each ranking.
|
Copyright © 2026 lettuce.io. All rights reserved.