258 B
258 B
增加订单退款相关平台介入字段
PUT product/_mapping/_doc?include_type_name=true
{
"properties": {
"spuNameLikeZh" : {
"type" : "wildcard"
},
"spuNameLikeEn" : {
"type" : "wildcard"
}
}
}