The /export request handler mandates a sort order. Is there a particular reason?
It'd be nice to have the option to tell Solr: "just export in the order you want", to limit any kind of overhead added by sorting. Or am I missing something? If exports were distributed, I can see the need for some kind of sort order, but they are not. BTW, kudos for adding this feature, it rocks and seems to scale really well :-) Though, I did see some weird behaviors (NullPointerException @ SortingResponseWriter.java:784) in some cases. I'll further investigate and if I manage to make that issue a little more deterministic and reproducible, I'll share my findings. Thanks, Damien