| 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 CollectReducer |
Reducers.collect()
REDUCE COLLECT — gather per-document projections within a GROUPBY group.
|
CollectReducer |
CollectReducer.fields(java.lang.String... fields)
Project the named fields for every document in the group.
|
CollectReducer |
CollectReducer.fieldsAll()
Project every field available in the current input row (
FIELDS *). |
CollectReducer |
CollectReducer.limit(int count)
Bound the output per group to the first
count entries (offset 0). |
CollectReducer |
CollectReducer.limit(int offset,
int count)
Bound the output per group to
count entries starting at offset. |
CollectReducer |
CollectReducer.sortBy(SortedField... fields)
In-group sort by one or more fields.
|
CollectReducer |
CollectReducer.sortByAsc(java.lang.String field)
Convenience for
sortBy(SortedField.asc(field)). |
CollectReducer |
CollectReducer.sortByDesc(java.lang.String field)
Convenience for
sortBy(SortedField.desc(field)). |
Copyright © 2026. All rights reserved.