I want to know how to do this like sql in solr ?
select sum(Col1) group by Col2,Col3
I could solve the problem like select sum(Col1) gr
select sum(Col1) gr
Solr provides an grouping feature called field Collapsing This will allow you to group on a non multivalued field.