Michael Lawrence created SOLR-7414:
--------------------------------------

             Summary: CSVResponseWriter returns empty field when alias requested
                 Key: SOLR-7414
                 URL: https://issues.apache.org/jira/browse/SOLR-7414
             Project: Solr
          Issue Type: Bug
          Components: Response Writers
            Reporter: Michael Lawrence


Attempting to retrieve all fields while renaming one, e.g., "inStock" to 
"stocked" (URL below), results in CSV output that has a column for "inStock" 
(should be "stocked"), and the column has no values. I would have expected this 
to behave like the JSON and XML response writers.

http://localhost:8983/solr/select?q=*&fl=*,stocked:inStock&wt=csv



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to