Is searchAfter functional in elasticsearch yet?

I need to do very deep paging. I typically have around 100k and greater
result lists and users really need to traverse very deeply in them. Is
searchAfter the best answer? Is searchAfter functional in elasticsearch
yet? I'm not using elasticsearch as of now but very seriously considering
it. thanks in advance.. rik

On Apr 4, 8:59 am, Rik-o-the-Nord rkr...@krollontrack.com wrote:

I need to do very deep paging. I typically have around 100k and greater
result lists and users really need to traverse very deeply in them. Is
searchAfter the best answer? Is searchAfter functional in elasticsearch
yet? I'm not using elasticsearch as of now but very seriously considering
it. thanks in advance.. rik

You can set an offset and a limit [1], or use the scroll API [2].

[1] Elasticsearch Platform — Find real-time answers at scale | Elastic
[2] Elasticsearch Platform — Find real-time answers at scale | Elastic