GroupBys specifies the grouping configurations of the returned results of a search index.
Data structure
message GroupBys {
repeated GroupBy group_bys = 1;
}
Parameter | Type | Required | Description |
group_bys | Yes | The configuration of a single group. |
GroupBys specifies the grouping configurations of the returned results of a search index.
message GroupBys {
repeated GroupBy group_bys = 1;
}
Parameter | Type | Required | Description |
group_bys | Yes | The configuration of a single group. |