1. 程式人生 > >es新增新欄位

es新增新欄位

curl -XPUT http://127.0.0.1:9200/test_product/test/_mapping -d '
{
    "test": {
        "properties": {"f_brandname": {"type":"string"}}
    }
}'

說明:

test_product 是 索引

test 是 型別