Simple Demo by Spring & ElasticSearch without spring-Data-ElasticSearch
Java
elastic-test
elastic version 5.0.1
spring version 4.2.0
documents:
PUT http://localhost:9200/megacorp/employee/1 { "first_name" : "John", "last_name" : "Smith", "age" : 25, "about" : "I love to go rock climbing", "interests": [ "sports", "music" ] }