1 个回答
执行下面的curl即可设置副本和分片数量,示例如下:
PUT /${index_name}
{
"settings" : {
"number_of_shards" : 5,
"number_of_replicas" : 1
}
}
发布于:11个月前 (04-02) IP属地:四川省
我来回答
您需要 登录 后回答此问题!