On Wed, Jun 5, 2013 at 3:41 PM, Brendan Grainger <brendan.grain...@gmail.com> wrote: > Hi Dotan, > > I think all you need to do is add: > > facet.mincount=1 > > i.e. > > select?q=*:*&fq=tags:dotan-*&facet=true&facet.field=tags& > rows=0&facet.mincount=1 > > Note that you can do it per field as well: > > select?q=*:*&fq=tags:dotan-*&facet=true&facet.field=tags& > rows=0&f.tags.facet.mincount=1 > > http://wiki.apache.org/solr/SimpleFacetParameters#facet.mincount >
Thanks, Brendan. I will review the available Facet Parameters, which I really should have thought to do before posting as it is already bookmarked!