I think it's related to the sort clause: sort=position_posted_date_id, this
is happening only when documents have the same position_posted_date_id, I am
not sure what would be the default sort in this case, but depending on which
shards is handling the request, I am getting same result but sorted
differently.

When adding a second sort by id like this
sort=position_posted_date_id%20desc,id%20desc, the issue is no longer
happening.

Thanks



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Pagination-issue-tp4308226p4308310.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to