Hi. Still need help regarding this
On Mon, 19 Jun, 2023, 5:04 pm Angad Sharma, <angadsharma1...@gmail.com> wrote: > Hi, > > Can anyone help me with this? > > On Mon, 12 Jun, 2023, 8:07 pm Angad Sharma, <angadsharma1...@gmail.com> > 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 to migrate to solr 9 but seems like using >> collapse with group is deprecated. How can I >> replicate the same usecase without impacting >> performance/latency? >> >