| Package | Description |
|---|---|
| io.lettuce.core.search.arguments.hybrid |
| Modifier and Type | Class and Description |
|---|---|
static class |
Combiners.Linear<K>
Linear combination combiner.
|
static class |
Combiners.RRF<K>
RRF (Reciprocal Rank Fusion) combiner.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Combiner<K>> |
Combiner.as(K alias)
Set an alias for the combined score field using YIELD_SCORE_AS.
|
| Modifier and Type | Method and Description |
|---|---|
HybridArgs.Builder<K,V> |
HybridArgs.Builder.combine(Combiner<K> combiner)
Configure the COMBINE clause using a
Combiner. |
Copyright © 2026 lettuce.io. All rights reserved.