C# NEST Elastic Client retreive more than 10000 data Problem

I have a problem when using Elasticsearch to retrieve more than maximum allowed data indexed by Elasticsearch (10000 data). I tried to use Scroll Feature but make the search not giving all the requested result or in some occasion make the scroll API not valid when sent to Elasticsearch server. And I also tried the Search After method that just return the first batch of data search not all and not iterate. Am I did it wrong? I just barely understand that Scroll API need the scroll_id from the first search with time parameter, and for Search After API, search after parameter in array of object is needed. Thank you very much for anyone responding for this question.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.