You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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