| Package | Description |
|---|---|
| io.lettuce.core.search.arguments |
| Modifier and Type | Class and Description |
|---|---|
static class |
CombineArgs.Linear<K>
Linear combine method.
|
static class |
CombineArgs.RRF<K>
Reciprocal Rank Fusion (RRF) combine method.
|
| Modifier and Type | Method and Description |
|---|---|
static <K> CombineArgs<K> |
CombineArgs.of(CombineArgs.CombineMethod<K> method)
Create CombineArgs with the specified combine method.
|
Copyright © 2025 lettuce.io. All rights reserved.