I am using Facet in my solr implemententation. Facets are display for all the keywords of fields having concrete values.
Facets are not displayed for the empty values. I want to show a facets for empty values as well.
For example, in below example data facet is displayed for the value in Country field as
US (6) CA (5) IND (5)
I also want to show facet as [Empty] (7)
Please suggest some workaround to get Facet for empty values.