On Tue, Dec 18, 2012 at 4:58 AM, roySolr <royrutten1...@gmail.com> wrote: > Hello, > > I have a really simple question i think: > > What is the order of the fields that are in the SOLR response? > In SOLR 3.1 it was alfabetic but in SOLR 4 it isn't anymore. Is it > configurable? > > I want to know this because i have test script that checks differences in > output between the SOLR versions. > When the order of the output fields is different it's really hard to > check/test.
Output order is not guaranteed to be anything for most writers. You might try CSV output and explicitly list fields. I believe we guaranteed that output writer keep the order of the fields you specify. -Yonik http://lucidworks.com