Global iterator

Hello,

I need a way to retrieve the last result that has not been already selected from a request.

It may involves a global iterator.

say I have those datas in the table "world"

"papi"
"mami"
"mama"

and I want to retrieve successively only "papi" then next request only "mami" and finally only "mama".

The next request won't enable me to get anything since there are no other results.

How could I do that automatically or with a single server request with elasticsearch ?

Thanks