i like to export a changed index template from the "Index Management". The index is a clone of an existing Index and then edited. I now need to have an export of this edited index to replicate/import it on other servers.
Is there a way how i can export such a index?
You can do a GET indexname/_mapping and copy the response. Then perform put indexname/_mapping on other server by using/modifying same mapping response.
It is the easiest way to do it. Let me know if this helps.
Thats what i expected and what i have found on the documentation.
Thanks.
Maybe you can help me also how i can import that. That i did not found on the docu.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.