shops.json 2.9 KB
{
  "shops": {
    "_all": {
      "enabled": false
    },
    "_source": {
      "enabled": true
    },
    "properties": {
      "shopsId": {
        "type": "integer"
      },
      "shopName": {
        "fields": {
          "shopName": {
            "type": "string",
            "analyzer": "ik_complex"
          },
          "shopName_fullMatch": {
            "type": "string",
            "analyzer": "lowercase_keyword"
          }
        },
        "type": "multi_field"
      },
      "shopDomain": {
        "type": "string"
      },
      "shopNature": {
        "type": "integer"
      },
      "shopLogo": {
        "type": "string"
      },
      "websiteUrl": {
        "type": "string"
      },
      "otherUrl": {
        "type": "string"
      },
      "shopAddress": {
        "type": "string"
      },
      "createPid": {
        "type": "integer"
      },
      "shopsType": {
        "type": "integer"
      },
      "operationStatus": {
        "type": "integer"
      },
      "examineStatus": {
        "type": "integer"
      },
      "status": {
        "type": "integer"
      },
      "checkStatus": {
        "type": "integer"
      },
      "createTime": {
        "type": "integer"
      },
      "updateTime": {
        "type": "integer"
      },
      "blkStatus": {
        "type": "integer"
      },
      "shopIntro": {
        "type": "string"
      },
      "brandName": {
        "fields": {
          "brandName": {
            "type": "string",
            "analyzer": "lowercase_standard",
            "search_analyzer": "lowercase_standard"
          },
          "brandName_ansj": {
            "type": "string",
            "store": false,
            "analyzer": "ik_complex",
            "search_analyzer": "ik_complex"
          },
          "brandName_pinyin": {
            "type": "string",
            "store": false,
            "analyzer": "pinyin_analyzer",
            "search_analyzer": "standard"
          }
        },
        "type": "multi_field"
      },
      "brandNameCn": {
        "fields": {
          "brandNameCn": {
            "type": "string",
            "analyzer": "lowercase_standard",
            "search_analyzer": "lowercase_standard"
          },
          "brandNameCn_ansj": {
            "type": "string",
            "store": false,
            "analyzer": "ik_complex",
            "search_analyzer": "ik_complex"
          },
          "brandNameCn_pinyin": {
            "type": "string",
            "store": false,
            "analyzer": "pinyin_analyzer",
            "search_analyzer": "standard"
          }
        },
        "type": "multi_field"
      },
      "brandNameEn": {
        "type": "string",
        "analyzer": "lowercase_standard",
        "search_analyzer": "lowercase_standard"
      },
      "brandDomain": {
        "type": "string",
        "analyzer": "lowercase_standard",
        "search_analyzer": "lowercase_standard"
      }
    }
  }
}