摘要: POST _reindex { "source": { "index": "old_index", "size":1000 //可选,每次批量提交1000个,可以提高效率,建议每次提交5-15M的数据 }, "dest": { "index": "en_law" } 阅读全文
posted @ 2022-04-02 15:10 随心朝阳 阅读(97) 评论(0) 推荐(0)