The Query object is missing a setter for the search_after param.
https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-search-after.html
I would also like to discuss about adding an iterator to do deep scrolling with search_after, based on the model of the Scroll.php. Do you think it would be a good addition ?
The Query object is missing a setter for the
search_afterparam.https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-search-after.html
I would also like to discuss about adding an iterator to do deep scrolling with
search_after, based on the model of theScroll.php. Do you think it would be a good addition ?