I have a local SOLR server with some entries that have a field "debaTest": ""
while some entries don't have this field at all.
Is there a way in Solr to filter out the entries that have this field? the value for the field will always be null or empty.
Please note: Something in the lines of q=-debaTest:[* TO *]
or
-debaTest:*
won't work for my requirement as this returns the entries that don't have these fields at all and I want the entries that have this field but without a value.