Currently Mappings is being configured by Mapping (Document,put_mapping) It is also needed to put_settings of each field analyser. ``` for EACH field: analysers.append(field_analyser) es.indices.put_settings(analysers=....) ```
Currently Mappings is being configured by Mapping (Document,put_mapping)
It is also needed to put_settings of each field analyser.