Is there any possible way to get the results back from Solr in the reverse order they were indexed (i.e. the documents that was most recently added should be the first in the result)
I know I can add a indexedAt=NOW field of type date and sort on it in desc order. But if I have a paginated web application giving 10 results each time, every time user goes to the next page, Solr has to re-evaluate all the results, sort the whole data set on date and return the 10 documents relevant. Which I think is a lot of overhead. Is there a good approach to deal with this problem ? -- View this message in context: http://lucene.472066.n3.nabble.com/Getting-results-in-reverse-order-they-were-indexed-tp3620577p3620577.html Sent from the Solr - User mailing list archive at Nabble.com.