The Best way to use ElasticSearch in Spring java framework
问题 I'm developing a system which is planning to use elasticsearch as an data repository. I'm trying to choose the best way to develop my application that can index and query data from elasticsearch. The system I have is built on top of Spring framework. Is it a good choice to use Spring-data-elasticsearch (https://github.com/spring-projects/spring-data-elasticsearch)? Or is it a good choice to use elasticsearch core libraries itself ? I need to handle nested data (inner object) but Spring-data