I discovered some issues with how result grouping works. The implementation of groups doesn't support a few different things:
-
ngroups must be set to true. If it's not the query will crash.
-
'group.format' cannot be set to simple. If it is, the query will crash.
-
group.main doesn't work in conjunction with group.format = simple. If it's set, the query will crash.
I discovered some issues with how result grouping works. The implementation of groups doesn't support a few different things:
ngroupsmust be set to true. If it's not the query will crash.'group.format' cannot be set to
simple. If it is, the query will crash.group.maindoesn't work in conjunction withgroup.format = simple. If it's set, the query will crash.