ElasticSearch Schema Migrations ElasticSearch Schema Migrations elasticsearch elasticsearch

ElasticSearch Schema Migrations


I created a long time ago a project I'm still maintaining which creates an index with all settings and mappings if it does not exist at startup.

elasticsearch-beyonder is available at https://github.com/dadoonet/elasticsearch-beyonder.

For now, it works only with a TransportClient but I'm planning to add support for the Java REST Client as well.