在kibana中:
POST index/type/_id/_update { "doc" : { "is_algorithm" : 1 } }
这个是修改_id对应的文档的is_algorithm的值为1。