Hi. Recently I've migrated from Elasticsearch-rest-high-level-client to Elasticsearch-java. My question is how can I scroll across SearchTemplateResponse? In SearchTemplateRequest we can put a scroll but it doesn't appear in response. Besides, I saw that we can scrolling in SearchResponse, but not in SearchTemplateResponse. I need to get all results of a search template. tks.