Elasticsearch rest high level client
If your're using Maven, just add the following dependency in pom.xml
.
<!-- replace here with the latest version -->
<dependency>
<groupId>com.github.xinlc</groupId>
<artifactId>eshlc-spring-boot-starter</artifactId>
<version>2021.04.01.RELEASE</version>
</dependency>
If not, you can download JAR in Maven Center Repository.
Talk is cheap. Show me the code. @See ElasticsearchTest