添加商品图片 ``` PUT product/_mapping/_doc?include_type_name=true { "properties":{ "imgs" : { "type" : "keyword" } } } ```