| Modifier and Type | Method and Description |
|---|---|
Combiners.RRF<K> |
constant(double constant)
Set the CONSTANT parameter - constant added to rank to prevent division by zero.
|
protected List<Object> |
getOwnArgs()
Get the combiner-specific arguments.
|
Combiners.RRF<K> |
window(int window)
Set the WINDOW parameter - number of top results to consider from each ranking.
|
public Combiners.RRF<K> window(int window)
window - number of top resultspublic Combiners.RRF<K> constant(double constant)
constant - constant value (typically 60)Copyright © 2026 lettuce.io. All rights reserved.