| Package | Description |
|---|---|
| io.lettuce.core.search.aggregateutils | |
| io.lettuce.core.search.arguments.hybrid |
| Modifier and Type | Method and Description |
|---|---|
static <K> SortBy<K> |
SortBy.of(K property,
SortDirection direction)
Static factory method to create a SortBy instance with a single property.
|
static <K> SortBy<K> |
SortBy.of(SortProperty<K>... properties)
Static factory method to create a SortBy instance with multiple properties.
|
| Modifier and Type | Method and Description |
|---|---|
PostProcessingArgs.Builder<K,V> |
PostProcessingArgs.Builder.sortBy(SortBy<K> sortBy)
Add a SORTBY operation to the pipeline.
|
Copyright © 2026 lettuce.io. All rights reserved.