This topic created in 2113 days ago, the information mentioned may be changed or developed.
POST car_record/_delete_by_query
{
"query": {
"bool": {
"must": {
"range": {
"verifyTime": {
"gte": "2020-04-01",
"lte": "2020-05-01",
"format": "yyyy-MM-dd"
}
}
}
}
}
}
1 replies • 2020-07-15 15:33:14 +08:00