Hi There
I am running into a very strange issue, here is query
-
first query
http://localhost:9200/index/_search?scroll=1m&size=10 -
next page
http://localhost:9200/_search/scroll?scroll=1m&scroll_id=(Scroll ID from Above)
According to the documentation , i should get a new scroll id, but i keep getting the same scroll id, interestingly, the data coming back is indeed different for each request.
please advise
Thanks
Alps