| The new enum IndexManagementStrategy presents various options regarding to drop,create,.. existing indexes on an Elasticsearch cluster. We need to discuss these names; for example I'm not sure that it's clear enough that using "CREATE" will wipe out existing data. Regarding "MERGE": it looks like a nice idea but we don't implement that yet, so I wonder if we should rather not have this option yet. |