Searching document from elastic search via spring MVC

HI ,
Iam trying to connect elastic search server from my spring project and want to get the documents (files) from server and display in my search results.

How can i do it .is there any demo project for the same from where i can get an idea how i can do it . i have checked spring boot +spring data elastic search but everywhere i can see that user is trying to add new data or update it .
i just want to get data from cluster and get in it search result .

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