Scroll API
The scroll API allows to paginate search hits. Similarly to Elasticsearch, you pass a scroll
parameter to the search API to set the duration of a scroll. Then to go through each pages or clear a scroll, you use the endpoint /siren/_search/scroll/<SCROLL_ID>
instead of the /_search/scroll/<SCROLL_ID>
indicated in the Elasticsearch documentation.