You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by prosens <pr...@gmail.com> on 2016/10/18 22:27:55 UTC

Summary for term facet

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.