: We do POST to add data to Solr v4.7 and Solr v5.3.2 respectively. The : attachmentnames are in 789, 456, 123 sequence: ... : And we do GET to select data from solr v4.7 and solr v5.3.2 respectively: : http://host:port/solr/collection1/select?q=id:1&wt=json&indent=true ... : Is there any JIRA fixed making this order changed? Thanks!
https://issues.apache.org/jira/browse/SOLR-5777 The bug wasn't in returning stored fields, it was in how the JSON was parsed when a field name was specified multiple times (instead of a single time with an array of values) when adding a document. -Hoss http://www.lucidworks.com/