Hi all, Is there any parameter which will set the number of document returned after applying grouping on results? Like we have query.setRows for results without grouping?
I know all the below functions will set to group param. But this will not limit number of document returned. We want to get all the results belonging for each group (group.limit=-1) and display only 20 records at a time(doc returned should be limited to given integer). Anyway param to get this? rowsintegerThe number of groups to return. The default value is 10.start integerSpecifies an initial offset for the list of groups.group.limitintegerSpecifies the number of results to return for each group. The default value is 1.