es数据库索引_sql 创建索引

PUT index 
{
"mappings": {
"type": {
  "properties": {
    "text": { 
      "id": "string",
      "name": "string",
      "nickName":"string",
      "skuCode":"string",
      "dimensionValues":"string",
      "stock":"string",
      "salesNum":"string"
      }
     }
    }
}
}

 

index   —  索引名称

type     — 索引type

 

 

 

Published by

风君子

独自遨游何稽首 揭天掀地慰生平

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注