I have a column COUNTRY AS
<field name="COUNTRY" type="string" indexed="true" stored="true">
I need to search value of country as usa or blank value but I am not able to do it.
I have tried
fq=country[ U]
fq=country['' U]
fq=country[NULL U]
but nothing has worked.