| Package | Description |
|---|---|
| redis.clients.jedis.search |
This package contains the classes and interfaces related to RediSearch module.
|
| redis.clients.jedis.search.hybrid |
| Modifier and Type | Class and Description |
|---|---|
static class |
Combiners.Linear
Linear combination combiner.
|
static class |
Combiners.RRF
RRF (Reciprocal Rank Fusion) combiner.
|
| Modifier and Type | Method and Description |
|---|---|
Combiner |
Combiner.as(java.lang.String alias)
Set an alias for the combined score field using YIELD_SCORE_AS.
|
| Modifier and Type | Method and Description |
|---|---|
FTHybridParams.Builder |
FTHybridParams.Builder.combine(Combiner combiner)
Configure the COMBINE clause using a
Combiner. |
Copyright © 2026. All rights reserved.