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 |
---|---|
AggregationRequest |
AggregationRequest.sortBy(SortedField... fields) |
AggregationRequest |
AggregationRequest.sortBy(SortedField field,
int max) |
Modifier and Type | Method and Description |
---|---|
AggregationRequest |
AggregationRequest.sortBy(Collection<SortedField> fields,
int max) |
Modifier and Type | Method and Description |
---|---|
static Reducer |
Reducers.first_value(String field,
SortedField sortBy) |
Copyright © 2018. All rights reserved.