Hi guys So i have a question about using facet queries but getting stats for each facet item, it seems this is possible on solr v5+. Something like this:
q=*:*&facet=true&facet.pivot={!stats=t1}servicename&stats.field={!tag=t1}dur ation&rows=0&stats=true&wt=json&indent=true It also seems this isnt avilable for lower verison (v4), so is there anyway to acheive similar as we as stuck on v4? Any help / advice / pointers would be great! - thanks in advance Ian