I know this is possible in Solr which do the grouping irrespective of one values.
i.e below line do the grouping based on column1 considering all filters except the column column1
&facet.field={!ex=column1}column1
now i wana know can i do the grouping in which i consider all filters except two filters say column1,colun2
like
&facet.field={!ex=column1 !ex=column2}column1
however above is not working.
Pleas help
In the Solr wiki it says :
So, it should be look like :
I didn’t try it but think that it will work.