프로그래밍/ElasticSearch 2015. 5. 28. 11:32

PUT /index_name { "settings" : { "number_of_shards" : 3, "number_of_replicas" : 1 } }



//