Hello The current group function is used to output each group separately.
I wonder if you can sort by group differently. If the group does not have a feature, is there another way to achieve similar results? Thank you. Ex) http://local.interpark.com:8983/solr/test7/select?q=*:* <http://local.interpark.com:8983/solr/test7/select?q=*:*&q.op=AND&fl=*&rows= 100&group=true&group.query=categorycode1:H&group.query=categorycode1:S&group .query=+categorycode1:O> &q.op=AND&fl=*&rows=100&group=true&group.query=categorycode1:H&group.query=c ategorycode1:S&group.query=+categorycode1:O || R +categorycode2:F&group.limit=5 group.query=categorycode1:H => sort score group.query=categorycode1:S => sort name group.query=+categorycode1:O || R +categorycode2:F => sort geodist()
