elastica - How to export Elasticsearch Index to local -


how can export elasticsearch index local computer server , import sever phpmyadmin mysql database?

you can use snapshot api (http://www.elastic.co/guide/en/elasticsearch/reference/1.3/modules-snapshots.html) or copy index directory (which usualy in your-es-directory/data/your-clustrname/nodes/your-node/your-index) target system when instance down.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -