Hi, I got a small issue here, my facet settings are returning counts for empty "". I.e. when no the actual field was empty.
Here are the facet settings: <str name="facet.sort">count</str> <str name="facet.limit">6</str> <str name="facet.mincount">1</str> <str name="facet.missing">false</str> and this is the part of the result I dont want: <int name="">4</int> (that is coming because the query results had 4 rows with no value in that field whole facet counts are being called). Rest all is working just fine.... -- Regards, Raheel Hasan