| 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 |