Currently i am trying to use Spring boot and AWS elasticsearch service in my project. AWS Elasticsearch service which only provides REST interface.
Spring Data Elasticsearch is very easy to use and template provides very most functionality that I need. With Elasicsearch Rest client I have to implement all the functionality myself.
Is it possible to use REST client with Spring Data Elasticsearch?