POST /mini_laws/_update_by_query
{
“script”:{
“source”: “ctx._source.hits = 0”
},
“query”: {
“bool”: {
“must_not”: {
“exists”: {
“field”: “hits”
}
}
}
}
}
POST /mini_laws/_update_by_query
{
“script”:{
“source”: “ctx._source.hits = 0”
},
“query”: {
“bool”: {
“must_not”: {
“exists”: {
“field”: “hits”
}
}
}
}
}