yohoproductanalysis.json 1.18 KB
{
  "yohoproductanalysis": {
    "_all":{
      "enabled":false
    },
    "_source":{
      "enabled":true
    },
    "properties": {
      "id": {
        "type": "long"
      },
      "productId": {
        "type": "integer"
      },
      "productSkn": {
        "type": "integer"
      },
      "clickCount": {
        "type": "integer"
      },
      "shopcartCount": {
        "type": "integer"
      },
      "favoriteCount": {
        "type": "integer"
      },
      "orderCount": {
        "type": "integer"
      },
      "clickUvCount": {
        "type": "integer"
      },
      "exposeCount": {
        "type": "integer"
      },
      "maxSortId": {
        "type": "long"
      },
      "middleSortId": {
        "type": "long"
      },
      "smallSortId": {
        "type": "long"
      },
      "brandId": {
        "type": "long"
      },
      "shopId": {
        "type": "long"
      },
      "gender": {
        "type": "text",
        "analyzer": "comma_spliter"
      },
      "dayDate": {
        "type": "keyword"
      },
      "shelveTime": {
        "type": "long"
      },
      "yhChannel": {
        "type": "text",
        "analyzer": "comma_spliter"
      }
    }
  }
}