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) |
AggregationBuilder |
AggregationBuilder.sortBy(SortedField... fields) |
AggregationRequest |
AggregationRequest.sortBy(SortedField... fields)
Deprecated.
|
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) |
Copyright © 2019. All rights reserved.