Hi, Is there an easy way to prevent a field from being returned in the response?
we can use fl=field1, field2, field3, ... but then our software has an option that must trigger the presence or not of a field in the response. So what I'd like to do is tell Solr to return all fields except one. Does Solr support this? I imagine the syntax could look like this: fl=*, -description Since this is not working, is there any other way of doing this? Otherwise, I will have to manage multiple list of fields. Thanks