ElasticStack/Elasticsearch
[es] _update_by_query
닉의네임
2022. 7. 20. 09:09
반응형
POST hyper-item-aggs-nested/_update_by_query?wait_for_completion=false
{
"script": {
"source": "ctx._source.filterInfo.benefit = ['BASIC','FREE']"
},
"query": {
"term": {
"itemStoreInfo.dcType": {
"value": "DEFAULT_PRICE"
}
}
}
}
POST hyper-item-aggs-array/_update_by_query?wait_for_completion=false
{
"script": {
"source": "ctx._source.filterInfo.benefit = ['BASIC','FREE']"
},
"query": {
"term": {
"itemStoreInfo.dcType": {
"value": "DEFAULT_PRICE"
}
}
}
}
반응형