Scrolling Search Template in elasticsearch-java 7.16

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.

Hey,

please file an issue in GitHub - elastic/elasticsearch-java: Official Elasticsearch Java Client - the dedicated repo for the new client.

Thank you!

--Alex

Thank you!

Issue #149: Scrolling Search Template in elasticsearch-java 7.16 · Issue #149 · elastic/elasticsearch-java · GitHub

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.