How to fetch all data from any index in spring boot

Hi All,
I have index name "platinum". I want to fetch all data from this index.

While opening this url in browser:
http://localhost:9200/platinum/_search I got all data in json.

Use the scroll API.

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