The Elasticsearch Beyonder team is pleased to announce the elasticsearch-beyonder-7.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>7.0</version>
</dependency>
Changes
- #52: Update to Elasticsearch 7.0.0-rc2 . Thanks to dadoonet.
- #51: Update to Elasticsearch 7.0.0-beta1 . Thanks to dadoonet.
- #45: Update to Elasticsearch 7.0.0-alpha1 . Thanks to dadoonet.
Removed
- #47: Remove mapping files (remove types) . Thanks to dadoonet.
For a manual installation, you can download the elasticsearch-beyonder-7.0 here:
https://repo1.maven.org/maven2/fr/pilato/elasticsearch/elasticsearch-beyonder/7.0/
Have fun!
-Elasticsearch Beyonder team