Re: Choosing the order of the fields to be displayed at output

2015-08-12 Thread Zheng Lin Edwin Yeo
Thank you for the information. Regards, Edwin On 12 August 2015 at 11:48, Shawn Heisey wrote: > On 8/11/2015 9:36 PM, Zheng Lin Edwin Yeo wrote: > > 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

Re: Choosing the order of the fields to be displayed at output

2015-08-11 Thread Shawn Heisey
On 8/11/2015 9:36 PM, Zheng Lin Edwin Yeo wrote: > 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 confusi