Re: Solr group by works only after the filter queries

2018-04-20 Thread Erick Erickson
group.sort? See: https://lucene.apache.org/solr/guide/6_6/result-grouping.html Best, Erick On Fri, Apr 20, 2018 at 12:57 AM, krishnakittu528 wrote: > HI team, > > My simple doc as follows. > > > > - > > - > 1 > 1 > open > > > - > 1 > 2 > open > > >

Solr group by works only after the filter queries

2018-04-20 Thread krishnakittu528
HI team, My simple doc as follows. - - 1 1 open - 1 2 open - 1 3 closed - 2 1 open - 2 2 open - 2 3 closed - 2 4 open I need to f