Re: num groups in group vs collapse query

2024-07-18 Thread Dmitri Maziuk
Oops, sorry, brain fart. "You know you've been staring at the computer too long when..." On 7/18/24 17:25, Dmitri Maziuk wrote: Hi all, a query with `group=true&group.field=Foo&group.ngroups=true` returns `"ngroups" : 8`. There are 7 "real" groups and one null group. Same query with `fq={!c

num groups in group vs collapse query

2024-07-18 Thread Dmitri Maziuk
Hi all, a query with `group=true&group.field=Foo&group.ngroups=true` returns `"ngroups" : 8`. There are 7 "real" groups and one null group. Same query with `fq={!collaps field=Foo nullPolicy=expand}` returns `"numFound" : 10`. There are 7 "real" groups and 3 null ones. Is that supposed to h