Hi, If data are in json format, you should use jq -S https://stackoverflow.com/a/38210345/5998915
Regards Dominique Le lun. 28 sept. 2020 à 18:30, gnandre <arnoldbron...@gmail.com> a écrit : > 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? >