The current default strategy, create, won't do anything if indexes exist. This has resulted in a lot of confusion in the past from users who didn't think about upgrading their Elasticsearch schema when they change their Hibernate Search mapping. Let's introduce a create-or-validate strategy and make it the default, so that users are reminded when something is missing. |