Hi,
I have a use-case where I want to compare stored fields values of Solr documents from two different Solr instances. I can use a diff tool to compare them but only if they returned the fields in specific order in the response. I tried setting fl param with all the fields specified in particular order. However, the results that are returned do not follow specific order given in fl param. Is there any way to achieve this behavior in Solr?