Re: mincount doesn't work with FacetQuery

2010-10-22 Thread Mark Allan
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

Re: mincount doesn't work with FacetQuery

2010-03-15 Thread Saïd Radhouani
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

Re: mincount doesn't work with FacetQuery

2010-03-11 Thread 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, even those having less than 10 retrieved : documents. if by "all responses" you mean "all facet queries"

Re: mincount doesn't work with FacetQuery

2010-03-11 Thread Erik Hatcher
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

mincount doesn't work with FacetQuery

2010-03-11 Thread Steve Radhouani
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 minc