| Package | Description |
|---|---|
| io.lettuce.core.search.aggregateutils | |
| io.lettuce.core.search.arguments.hybrid |
| Modifier and Type | Method and Description |
|---|---|
static Scorer |
Scorers.bm25() |
static Scorer |
Scorers.bm25Norm() |
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 |
|---|---|
Optional<Scorer> |
HybridSearchArgs.getScorer() |
| Modifier and Type | Method and Description |
|---|---|
HybridSearchArgs.Builder<K,V> |
HybridSearchArgs.Builder.scorer(Scorer scorer)
Set the scoring algorithm with optional parameters.
|
Copyright © 2026 lettuce.io. All rights reserved.