group.limit>1 and sorting is not working as expected

2018-09-08 Thread Venkateswarlu Bommineni
Hello Solr Experts, I am facing an weird issue. where if i have put group.limit>1 then sorting is not working as expected. Query ; https:///solr/default/select?fq=rank_int:[1%20TO%20*]&indent=on&wt=json&group=true&group.main=true&group.field= rank_int&group.limit=3&q=*&fl=code_string,sapRank_int,

Re: group.limit>1 and sorting is not working as expected

2018-09-08 Thread Shawn Heisey
On 9/8/2018 8:34 PM, Venkateswarlu Bommineni wrote: Query ; https:///solr/default/select?fq=rank_int:[1%20TO%20*]&indent=on&wt=json&group=true&group.main=true&group.field= rank_int&group.limit=3&q=*&fl=code_string,sapRank_int,price&sort=price+desc I am grouping on field *rank_int with group limi