Re: Group + collapse query doubt

2024-02-13 Thread Angad Sharma
Hi. Still need help regarding this On Mon, 19 Jun, 2023, 5:04 pm Angad Sharma, wrote: > Hi, > > Can anyone help me with this? > > On Mon, 12 Jun, 2023, 8:07 pm Angad Sharma, > wrote: > >> I use solr 7.1 in production right now. We use group >> query to group on "query _type" field, and collaps

Re: Group + collapse query doubt

2023-06-19 Thread Angad Sharma
Hi, Can anyone help me with this? On Mon, 12 Jun, 2023, 8:07 pm Angad Sharma, wrote: > I use solr 7.1 in production right now. We use group > query to group on "query _type" field, and collapse on > "real _id" field so that we get unique real_ids in each > group (nullPolicy: expand). > I want t

Group + collapse query doubt

2023-06-12 Thread Angad Sharma
I use solr 7.1 in production right now. We use group query to group on "query _type" field, and collapse on "real _id" field so that we get unique real_ids in each group (nullPolicy: expand). I want to migrate to solr 9 but seems like using collapse with group is deprecated. How can I replicate the