This is likely because you added an empty value to the Country field for one (in that result set) document. I imagine this is a data issue and that you either need to clean up the data or avoid indexing blank values.
Erik On Sep 18, 2013, at 1:36 AM, Prasi S <prasi1...@gmail.com> wrote: > Hi , > Im using solr 4.4 for our search. When i query for a keyword, it returns > empty valued facets in the response > > <lst name="facet_counts"> > <lst name="facet_queries"/> > <lst name="facet_fields"> > <lst name="Country"> > *<int name="">1</int>* > <int name="USA">1</int> > </lst> > </lst> > <lst name="facet_dates"/> > <lst name="facet_ranges"/> > </lst> > > I have also tried using facet.missing parameter., but no change. How can we > handle this. > > > Thanks, > Prasi