Hi, I'm using Solr 5.2.1. I understand that for JSON format, Solr writes out the fields of each document in the order they are found in the index as it is the fastest and most efficient for Solr to return the data.
However, this causes confusion as each of the records has fields arranged in different order, as user are allowed to update the field after the document is index. Whenever a field is updated, that field will be displayed at the bottom of the record. Is there a way to choose the order of the fields to be displayed at the output, so that the order will be consistent for all the records? Regards, Edwin