| Package | Description |
|---|---|
| redis.clients.jedis.search.aggr |
This package contains the classes related to Aggregation commands in RediSearch module.
|
| Modifier and Type | Method and Description |
|---|---|
static SortedField |
SortedField.asc(java.lang.String field) |
static SortedField |
SortedField.desc(java.lang.String field) |
| Modifier and Type | Method and Description |
|---|---|
static Reducer |
Reducers.first_value(java.lang.String field,
SortedField sortBy)
REDUCE FIRST_VALUE {nargs} {property} [BY {property} [ASC|DESC]]
|
AggregationBuilder |
AggregationBuilder.sortBy(int max,
SortedField... fields)
|
AggregationBuilder |
AggregationBuilder.sortBy(SortedField... fields) |
Copyright © 2025. All rights reserved.