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 .