| Package | Description |
|---|---|
| io.redisearch.aggregation | |
| io.redisearch.aggregation.reducers |
| Modifier and Type | Method and Description |
|---|---|
static SortedField |
SortedField.asc(String field) |
static SortedField |
SortedField.desc(String field) |
| Modifier and Type | Method and Description |
|---|---|
AggregationBuilder |
AggregationBuilder.sortBy(int max,
SortedField... fields) |
AggregationRequest |
AggregationRequest.sortBy(SortedField... fields)
Deprecated.
|
AggregationBuilder |
AggregationBuilder.sortBy(SortedField... fields) |
AggregationRequest |
AggregationRequest.sortBy(SortedField field,
int max)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
AggregationRequest |
AggregationRequest.sortBy(Collection<SortedField> fields,
int max)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Reducer |
Reducers.first_value(String field,
SortedField sortBy)
REDUCE FIRST_VALUE {nargs} {property} [BY {property} [ASC|DESC]]
|
Copyright © 2021 RedisLabs. All rights reserved.