| Modifier and Type | Method and Description |
|---|---|
Combiners.Linear |
alpha(double alpha)
Set the ALPHA parameter (weight for text search score).
|
Combiners.Linear |
beta(double beta)
Set the BETA parameter (weight for vector similarity score).
|
protected java.util.List<java.lang.Object> |
getOwnArgs() |
Combiners.Linear |
window(int window)
Set the WINDOW parameter for LINEAR.
|
public Combiners.Linear alpha(double alpha)
alpha - the alpha value (0.0 to 1.0)public Combiners.Linear beta(double beta)
beta - the beta value (0.0 to 1.0)public Combiners.Linear window(int window)
window - the window sizeprotected java.util.List<java.lang.Object> getOwnArgs()
getOwnArgs in class CombinerCopyright © 2026. All rights reserved.