Hi, I'm wondering if Solr has some feature like face.mincount but for maxcount.
I have an use case where I need to know what facets have less than n elements. I can do this adding the facet.limit=-1 parameter and fetch the whole set and client-side remove the elements that don't match the threshold. The problem is that the facet can return millions of rows and fetch the response and reduce the set can take a while ... /Yago ----- Best regards -- View this message in context: http://lucene.472066.n3.nabble.com/Facets-maxcount-feature-tp4111408.html Sent from the Solr - User mailing list archive at Nabble.com.