Elastic.Scroller.next_page
You're seeing just the function
next_page
, go back to Elastic.Scroller module for more information.
Specs
next_page(pid()) :: {:ok, String.t()} | {:error, :search_context_not_found, map()} | {:error, String.t()}
Fetches the next page of results and returns a scroll ID.
To retrieve the results that come from this request, make a call to Elastic.Scroller.results/1
.
Elastic.Scroller.next_page(pid)