I'm fairly new to ElasticSearch.
I have the data parsed and stored in a Java String in JSON format. I need to setup connection with AWS ElasticSearch and store the contents from the String into ElasticSearch using Java-API.
However, I'm getting confused in what's the best way to do this and which Java-ElasticSearch-API to use and how to use it.
Moreover, to set up the client connection and perform storing/retrieving data to/from ElasticSearch, which libraries should be imported into maven?
Any suggestions would be helpful.