PUT index
{
"mappings": {
"type": {
"properties": {
"text": {
"id": "string",
"name": "string",
"nickName":"string",
"skuCode":"string",
"dimensionValues":"string",
"stock":"string",
"salesNum":"string"
}
}
}
}
}
index — 索引名称
type — 索引type

