# 增加订单用户地址字段 ``` PUT order/_mapping/_doc?include_type_name=true { "properties": { "receivingAddr": { "type": "text" } } } ```