This is a response to a thread from several months ago ( http://lucene.472066.n3.nabble.com/mincount-doesn-t-work-with-FacetQuery-tp473162p473162.html
) Sorry, I don't know where to get the thread number to request that
specific thread from listserv and reply properly via email.
Anyway, I've
Chris -
Shall I open a JIRA request to add this feature?
Thnx
2010/3/11 Chris Hostetter
>
> : 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, eve
: 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.
if by "all responses" you mean "all facet queries"
Steve -
I'm a bit confused... each facet.query (using HTTP parameter
nomenclature) only adds a single value to the response, the number of
docs within the current constraints that match that query.
facet.mincount is specifically for facet.field, which adds a name/
value pair for each valu