The default value for {{hibernate.search.*.elasticsearch.index_schema_management_strategy}} is {{NONE}}, which means an application using an Elasticsearch backend will not work out-of-the box, creating because it will not create indexes automatically as it did when using a local Lucene backend.
The choice for the default value seems right, since it prevents unwanted changes in a production environment, but it should be ostensibly advertised. |
|