solr可不可以做根据某个条件分组后,在相同组里某个字段来求和?如何做到
先group在Stats
select group_name,sum(count) from table group by group_name