Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 641 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 641 Bytes

elasticsearch-hlc

Elasticsearch rest high level client

Quick Start

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