At the moment org.hibernate.search.elasticsearch.impl.ElasticsearchIndexManager#createIndexMappings *dynamic* setting is set to *strinct* and there is no way to change it (apart from setting elasticsearch.index_schema_management_strategy=NONE (which was default for 5.6.0.Beta2) and then dynamic setting defaults to true, which what i need).
I think it whould be benefitial to have all options available for dynamic mappings https://www.elastic.co/guide/en/elasticsearch/guide/current/dynamic-mapping.html .
Thanks, Alex --- Note ([~yrodiere]): Some tests have been disabled because of this lack of support. Please search for this ticket's code ({{HSEARCH-2387}}) in the source and re-enabled them when this issue has been fixed. |
|