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, because it will not create indexes automatically as it did when using a local Lucene backend.
The choice for the Two solutions:
* Either we document this default value seems right, since it prevents unwanted changes (ostensibly) in a production environment, but the reference documentation * Or we change it should be ostensibly advertised to something harmless that would create missing indexes without dropping or altering any previously existing content . |
|