我们在对索引进行敏感操作之前一般先复制索引及数据

post  _reindex

{
  "source": {
    "index": "旧索引"
  },
  "dest": {
    "index": "新索引",
    "op_type": "create"
  }
}

 

相关文章: