: to exclude 0s. The URL below : doesn't seem to be excluding zeros. : http://localhost:12002/solr/select/?qt=dismax&q=Y&qf=show_all_flag&fl=load_id&facet=true&facet.limit=-1&facet.field=load_id&facet.mincount=1&rows=0
which version of Solr are you using? facet.mincount was added after Solr 1.1, but you can use "facet.zeros=false" to getthe desired results. -Hoss