How to find the stats for all the term facets where count>2, 

so looking for a 'termssummary' type like this:
Json.facet={
Total:{
type:termssummary,
field:filename,
*mincount:2*,
Facet:{
Sum:sum(size)
}}}

Is there a way to achieve this?




--
View this message in context: 
http://lucene.472066.n3.nabble.com/Summary-for-term-facet-tp4301846.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to