The Elasticsearch Beyonder team is pleased to announce the elasticsearch-beyonder-6.0 release!
Elasticsearch Beyonder
Elasticsearch beyonder provides automatic index, mapping, alias or template creation
when an elasticsearch client starts.
Usage
Add this library to you project:
<dependency>
<groupId>fr.pilato.elasticsearch</groupId>
<artifactId>elasticsearch-beyonder</artifactId>
<version>6.0</version>
</dependency>
Changes
- #28: Update to elasticsearch 6.1.3 . Thanks to dadoonet.
- #23: Switch to Java 1.8 . Thanks to dadoonet.
- #19: Remove support for multiple types . Thanks to dadoonet.
For a manual installation, you can download the elasticsearch-beyonder-6.0 here:
https://repo1.maven.org/maven2/fr/pilato/elasticsearch/elasticsearch-beyonder/6.0/
Have fun!
-Elasticsearch Beyonder team