Since SOLR uses variable fields per record it would be useful to not only be able to specify which fields to return in a query via the fl parameter, but to also specify which fields to *not* return in the query. Especially if you use dynamic fields as there may be no way to tell ahead of time what the field names are and you may not want all the fields.
Is there a way to do this? Thanks, Tim