elasticsearch 索引复制 数据

来源:互联网 发布:旋转轮胎车辆数据修改 编辑:程序博客网 时间:2024/06/06 09:50

http://localhost:9200/_reindex

{

  "source": {
    "index": "old_index"
  },
  "dest": {
    "index": "new_index",
    "op_type": "create"
  }

}

原网址

https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-reindex.html

0 0
原创粉丝点击