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://<hostname>/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 limit>3 and doing the sorting on price. sorting is happening inside the group not on whole records.* *but if i put group.limit=1 then sorting is working absolutely fine.* Could you please help me , how can i sort on all the results with group.limit>1. *Thanks,* *Venkat. * Thanks, Venkat.