创建索引
PUT my_index
{
"mappings": {
"_doc": {
"properties": {
"sku_code": {
"type": "text"
}
}
}
}
}
deleet my_index
http://ip:3306/my_index

创建索引
PUT my_index
{
"mappings": {
"_doc": {
"properties": {
"sku_code": {
"type": "text"
}
}
}
}
}
deleet my_index
http://ip:3306/my_index