ES批量删除
时间:2019-09-12 10:44:53
收藏:0
阅读:511
post _delete_by_query
{
"query": {
"bool": {
"must": [
{
"ids": {
"values": [
7439,
9653,
7208,
9716,
9701,
7207,
21782,
7129,
7427,
2300
]
}
}
]
}
}
}
原文:https://www.cnblogs.com/WPF0414/p/11510344.html
评论(0)