How come Solr returns the "Oldest" records first when specifying these parameters.
As you probably know these are mainly for "paging" purposes.
And if I chose something like 10 Rows per page, and with the start set to 0, this means in my mind that the latest 10 records should be displayed. However, Solr displays the oldest 10 records.
How can I change this?
Thanks