I have a large solr index, and I have noticed some fields are not updated correctly (the index is dynamic).
This has resulted in some fields having an empty \"id\" f
According to SolrQuerySyntax, you can use q=-id:[* TO *].
q=-id:[* TO *]