| Package | Description |
|---|---|
| io.lettuce.core.search.arguments.hybrid |
| Modifier and Type | Method and Description |
|---|---|
Combiners.RRF<K> |
Combiners.RRF.constant(double constant)
Set the CONSTANT parameter - constant added to rank to prevent division by zero.
|
static <K> Combiners.RRF<K> |
Combiners.rrf()
Create an RRF (Reciprocal Rank Fusion) combiner.
|
Combiners.RRF<K> |
Combiners.RRF.window(int window)
Set the WINDOW parameter - number of top results to consider from each ranking.
|
Copyright © 2026 lettuce.io. All rights reserved.