| Package | Description |
|---|---|
| io.lettuce.core.search.arguments |
| Modifier and Type | Method and Description |
|---|---|
CombineArgs<K> |
CombineArgs.as(K alias)
Set an alias for the combined score field using YIELD_SCORE_AS.
|
static <K> CombineArgs<K> |
CombineArgs.of(CombineArgs.CombineMethod<K> method)
Create CombineArgs with the specified combine method.
|
| Modifier and Type | Method and Description |
|---|---|
HybridArgs.Builder<K,V> |
HybridArgs.Builder.combine(CombineArgs<K> combineArgs)
Configure the COMBINE clause using
CombineArgs. |
Copyright © 2025 lettuce.io. All rights reserved.