码迷,mamicode.com
首页 > 其他好文 > 详细

update_by_query ingest pipeline

时间:2020-01-12 13:07:33      阅读:65      评论:0      收藏:0      [点我收藏+]

标签:style   script   rip   div   upd   index   pipe   span   lang   

1.update_by_query

PUT myindex/_doc/1
{
  "name":"a"
}

POST myindex/_update_by_query
{
  "script":{
    "lang":"painless",
    "inline": "ctx._source.newfield=‘newvalue‘"
  }
}
GET myindex/_mapping

update_by_query ingest pipeline

标签:style   script   rip   div   upd   index   pipe   span   lang   

原文地址:https://www.cnblogs.com/hixiaowei/p/12182330.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!