Do you have any evidence that this doesn't work? Because when I tried
it just now it works fine. This was on master.

Best,
Erick

On Fri, Jul 6, 2018 at 10:06 AM, Karthikeyan Shanmugasundaram
<ksundaram...@gmail.com> wrote:
> 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

Reply via email to