Hi, As part of this Jira,
https://issues.apache.org/jira/browse/SOLR-2970?attachmentSortBy=fileName CSVResponseWriter doesnt return fields whose stored attribute set to false, but looks docvalues is not considered. Whereas it is not same for response writer like json/xml ie., fields with only docvalued are retrievable. //Code snippet from CSVResponseWriter.java // Return only stored fields, unless an explicit field list is specified if (returnOnlyStored && sf != null && !sf.stored()) { continue; } SolrVersion: 7.2.1 Please let me know, if any. Thanks, Karthik