在kibana中:

POST index/type/_id/_update
{
    "doc" : {
        "is_algorithm" : 1
    }
}

 

 

这个是修改_id对应的文档的is_algorithm的值为1。

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-20
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-02-15
  • 2022-12-23
  • 2022-01-08
  • 2022-12-23
  • 2021-04-07
  • 2022-12-23
相关资源
相似解决方案