tmerclub/es/2023-08-14-订单用户地址字段.md

13 lines
183 B
Markdown
Raw Normal View History

2025-03-18 17:23:25 +08:00
# 增加订单用户地址字段
```
PUT order/_mapping/_doc?include_type_name=true
{
"properties": {
"receivingAddr": {
"type": "text"
}
}
}
```