This bundle starts embedded elasticsearch 6 cluster
The bundle This bundle starts embedded elasticsearch 6 cluster
-
Clone the source:
git clone https://github.com/nitishgoyal13/elasticsearch-6-embedded-cluster.git
-
Build
mvn install
Use the following repository:
<repository>
<id>clojars</id>
<name>Clojars repository</name>
<url>https://clojars.org/repo</url>
</repository>
Use the following maven dependency:
<dependency>
<groupId>org.elasticsearch-6</groupId>
<artifactId>elasticsearch-embedded-cluster</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
Just include this maven dependency in the project. It will start an elasticsearch cluster for you