I'm faceting with a query range (with addFacetQuery) and setting mincount to 10 (with setFacetMinCount(10)), but Solr is not respecting this mincount; it's still giving me all responses, even those having less than 10 retrieved documents.
I'm wondering wether there's another way to define the mincount while using addFacetQuery. Actually, when I use this same mincount with addFacetField, it works perfectly. Any ideas? Thanks