https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22639
--- Comment #1 from Ere Maijala <[email protected]> --- Import is sort of there already. You can define custom files in koha-conf.xml with the following settings: <elasticsearch_index_config> <elasticsearch_field_config> <elasticsearch_index_mappings> Whenever you reset the mappings in Administration, elasticsearch_index_mappings, if specified, is used to locate the default mappings. When you drop and recreate the index, elasticsearch_index_config and elasticsearch_field_config are used to create the new index. Actually, the only thing missing is export of current mappings. I believe it wouldn't be needed regularly if you decided to use a custom mappings.yaml to define the settings. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
