摘要: es操作同一个索引里数据的复制语法 复制数据: POST _reindex { "source": { "index": "source_index" }, "dest": { "index": "destination_index" } } 字段值修改: POST source_index/_up 阅读全文
posted @ 2023-06-09 09:05 sensorsen 阅读(1118) 评论(0) 推荐(0)