Solr – How do I construct a query that requires a NOT NULL Location field
The canonical way is this: fieldName:[* TO *] Using a ” on the left side as Paige Cook suggested will probably work too but I don’t trust it as much as I do the above. And since this is to a Location field, you will probably have to do this against one of the two … Read more