目录
es任务相关
es分词效果查看
es任务相关
开启任务模式的方式
POST index/_update_by_query?wait_for_completion=false
查看正在执行的reindex
GET _tasks?detailed=true&actions=*reindex
查看es 正在执行的任务
GET _tasks?detailed=true&actions=*
根据id查看任务
GET _tasks/XCfbv4-JQhqNaJPgNqVMjQ:163535467
取消任务
GET _tasks/XCfbv4-JQhqNaJPgNqVMjQ:163535467/_cancel



