Closed
Description
Stéphane Daviet opened DATAES-273 and commented
When an entity is mapped to an index through @Document
, the index is created in the targeted ES nodes if not already present (ElasticsearchTemplate#createIndex).
There should be a way to disable this index creation, the same way that in JPA you can disable DDL generation
Affects: 2.0.2 (Hopper SR2)