Closed
Description
Spring Data Elasticsearch should support the point in time (PIT) API.
This is needed together with search_after (#1143) to redesign paging through large result sets, which currently is done with the scroll API, but Elasticsearch recommends using search_after and pit.