ElasticSearch Pagination & Sorting
I was not multiplying the page index by the number of items on the page. I'm not sure how I missed the same entires on every page, moved up by a single spot.
I'm sure this will resolve all of the other odd issues that I have been dealing with.
sort, size, from must be in the root
{
query:{
...
},
sort:[
...
],
from:15,
size:5
}
Search API - Sort