| Modifier and Type | Method and Description |
|---|---|
Combiners.Linear<K> |
alpha(double alpha)
Set the ALPHA parameter - weight for text search score.
|
Combiners.Linear<K> |
beta(double beta)
Set the BETA parameter - weight for vector search score.
|
protected List<Object> |
getOwnArgs()
Get the combiner-specific arguments.
|
Combiners.Linear<K> |
window(int window)
Set the WINDOW parameter - number of top results to consider from each ranking.
|
public Combiners.Linear<K> window(int window)
window - number of top resultspublic Combiners.Linear<K> alpha(double alpha)
alpha - weight for text score (0.0 to 1.0)public Combiners.Linear<K> beta(double beta)
beta - weight for vector score (0.0 to 1.0)Copyright © 2026 lettuce.io. All rights reserved.