# elasticsearch-hlc **Repository Path**: wqgalex/elasticsearch-hlc ## Basic Information - **Project Name**: elasticsearch-hlc - **Description**: Elasticsearch rest high level client - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-09-14 - **Last Updated**: 2021-09-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # elasticsearch-hlc Elasticsearch rest high level client ## Quick Start If your're using Maven, just add the following dependency in `pom.xml`. ```xml com.github.xinlc eshlc-spring-boot-starter 2021.04.01.RELEASE ``` If not, you can download JAR in [Maven Center Repository](https://mvnrepository.com/artifact/com.github.xinlc/eshlc-core). Talk is cheap. Show me the code. @See [ElasticsearchTest](./eshlc-spring-boot-starter/src/test/java/com/github/xinlc/eshlc/ElasticsearchTest.java)