curl -XPUT 'localhost:9200/my_index/_settings' -d '
{
"index" : {
"number_of_replicas" : 4
}
}'
参考
Go to list of users who liked
More than 5 years have passed since last update.
curl -XPUT 'localhost:9200/my_index/_settings' -d '
{
"index" : {
"number_of_replicas" : 4
}
}'
参考
Register as a new user and use Qiita more conveniently
Go to list of users who liked