Re: Solr grouping with offset

2020-02-14 Thread Saurabh Sharma
-- > > From: Saurabh Sharma [mailto:saurabh.infoe...@gmail.com] > > Sent: Friday, February 14, 2020 4:36 PM > > To: solr-user@lucene.apache.org > > Subject: Re: Solr grouping with offset > > > > Hi, > > > > If you want to sort on your field and want

RE: Solr grouping with offset

2020-02-14 Thread Vadim Ivanov
gt; > > > That way seems to me too complicated for the task. > -Original Message- > From: Saurabh Sharma [mailto:saurabh.infoe...@gmail.com] > Sent: Friday, February 14, 2020 4:36 PM > To: solr-user@lucene.apache.org > Subject: Re: Solr grouping with offset > &g

Re: Solr grouping with offset

2020-02-14 Thread Saurabh Sharma
t; }}, > { > "groupValue":"163943:20200708:22:251", > "doclist":{"numFound":1,"start":2,"docs":[] > }}, > { > "groupValue":"164355:20200708

RE: Solr grouping with offset

2020-02-14 Thread Vadim Ivanov
"doclist":{"numFound":1,"start":2,"docs":[] }}, { "groupValue":"164355:20200708:22:251", "doclist":{"numFound":1,"start":2,"docs":[] > -Original

Re: Solr grouping with offset

2020-02-14 Thread Paras Lehana
It would be better if you give us an example. On Fri, 14 Feb 2020 at 17:20, Vadim Ivanov wrote: > Hello guys! > I need an advise. My task is to delete some documents in collection. > Del algorithm is following: > Group docs by field1 with sort by field2 and delete every 3 and following > occurr