Have you tried setting 'facet.missing="false" '? See: http://wiki.apache.org/solr/SimpleFacetParameters#facet.missing
Best Erick On Wed, Jun 15, 2011 at 11:52 AM, Adam Estrada <estrada.adam.gro...@gmail.com> wrote: > All, > > I have a field "foo" with several thousand blank or non-existing records in > it. This is also my faceting field. My question is, how can I deal with this > field so that I don't get a blank facet at query time? > > <int name="">5000</int> > vs. > <int name="Flickr">1000</int> > > Adam >