spring-data-elasticsearch
spring-data-elasticsearch copied to clipboard
Redesign return of stream
Currently streaming result data is based on the scroll API. This is not recommanded by Elasticsearch anymore, instead one should use search_after (~#1143~) and point in time (#1684).