| 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 | Method and Description |
|---|---|
static Scorer |
Scorers.bm25std() |
static Scorer |
Scorers.bm25stdNorm() |
static Scorer |
Scorers.dismax() |
static Scorer |
Scorers.docscore() |
static Scorer |
Scorers.hamming() |
static Scorer |
Scorers.tfidf() |
static Scorer |
Scorers.tfidfDocnorm() |
| Modifier and Type | Method and Description |
|---|---|
FTHybridSearchParams.Builder |
FTHybridSearchParams.Builder.scorer(Scorer scorer)
Set the scorer for text search.
|
Copyright © 2026. All rights reserved.