1. 程式人生 > >elasticsearch更新doc文檔

elasticsearch更新doc文檔

.com source 技術分享 文檔 upd pda 分享 clas head

在elasticsearch-head中:

技術分享圖片

http://localhost:9200/my_index/products/2/
_update
{
    "script" : {
        "inline": "ctx._source.name = ‘xxx‘"
    }
}

elasticsearch更新doc文檔