Re: Solr does not honor facet.mincount and field.facet.mincount

2010-04-27 Thread Chris Hostetter
: For example: If I want to display facets on fields A, B, C and D. But in : case a field say C, does not have any data, then C should be excluded from : the solr response it doesn't work that way -- it would actually make hte parsing code a lot more complicated for most clients because since t

Re: Solr does not honor facet.mincount and field.facet.mincount

2010-04-26 Thread Umesh_
Hi Koji, Thanks, "f..facet.mincount works. Thanks to you Chris as well, I was expecting that if I set the mincount to be ZERO, then facet will be totally ignored. But that is not the case. For example: If I want to display facets on fields A, B, C and D. But in case a field say C, does not have

Re: Solr does not honor facet.mincount and field.facet.mincount

2010-04-23 Thread Koji Sekiguchi
Umesh_ wrote: Hi All, I am trying to restrict facets in solr response, by setting facet.mincount = 1, which does not work as the request and response are shown below: REQUEST: http://localhost:8983/solr/select/?q=*%3A*&version=2.2&rows=0&start=0&indent=on&facet=true&facet.field=Instrument&fa