shops.json 1.82 KB
{
  "shops": {
    "_all": {
      "enabled": false
    },
    "_source": {
      "enabled": true
    },
    "properties": {
      "shopsId": {
        "type": "integer"
      },
      "shopName": {
        "type": "text",
        "analyzer": "ik_complex",
        "search_analyzer": "ik_complex_search",
        "fields": {
          "shopName_fullMatch": {
            "type": "text",
            "analyzer": "lowercase_keyword",
            "search_analyzer": "lowercase_keyword"
          }
        }
      },
      "shopDomain": {
        "type": "keyword"
      },
      "shopNature": {
        "type": "integer"
      },
      "shopLogo": {
        "type": "keyword",
        "index": "no"
      },
      "websiteUrl": {
        "type": "keyword",
        "index": "no"
      },
      "otherUrl": {
        "type": "keyword",
        "index": "no"
      },
      "shopAddress": {
        "type": "keyword",
        "index": "no"
      },
      "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": "keyword",
        "index": "no"
      },
      "decoratorTemplateType": {
        "type": "integer"
      },
      "searchShowImage": {
        "type": "keyword",
        "index": "no"
      },
      "shopDesc": {
        "type": "keyword",
        "index": "no"
      },
      "shopBackImg": {
        "type": "keyword",
        "index": "no"
      }
    }
  }
}