elastic重建索引的命令

POST _reindex
{
"source": {
"index": "my-index-000001"
},
"dest": {
"index": "my-new-index-000001"
}
}

posted @ 2022-04-02 13:15  不是光头的码农  阅读(73)  评论(0)    收藏  举报