tblproductnew.json 2.05 KB
{
  "tblproductnew": {
    "_all": {
      "enabled": false
    },
    "_source": {
      "enabled": true
    },
    "properties": {
      "product_skn": {
        "type": "integer"
      },
      "product_name": {
        "type": "text",
        "analyzer": "ik_complex",
        "search_analyzer": "ik_complex_search"
      },
      "goods_price": {
        "type": "double"
      },
      "brand_id": {
        "type": "long"
      },
      "site_id": {
        "type": "long"
      },
      "sort_one": {
        "type": "long"
      },
      "sort_two": {
        "type": "long"
      },
      "sort_three": {
        "type": "long"
      },
      "sort_four": {
        "type": "long"
      },
      "is_limited": {
        "type": "keyword"
      },
      "country_id": {
        "type": "long"
      },
      "gender": {
        "type": "keyword"
      },
      "currency_id": {
        "type": "long"
      },
      "tag_price": {
        "type": "double"
      },
      "orign_price": {
        "type": "double"
      },
      "status": {
        "type": "long"
      },
      "stock_status": {
        "type": "long"
      },
      "update_time": {
        "type": "long"
      },
      "shelf_time": {
        "type": "long"
      },
      "color_ids": {
        "type": "text",
        "analyzer": "comma_spliter",
        "fielddata": "true"
      },
      "is_global": {
        "type": "keyword"
      },
      "skc": {
        "properties": {
          "cover": {
            "type": "keyword"
          },
          "color": {
            "type": "keyword"
          },
          "product_skc": {
            "type": "long"
          },
          "format_cover": {
            "type": "keyword"
          },
          "color_sys_id": {
            "type": "long"
          }
        }
      },
      "size_list": {
        "type": "keyword"
      },
      "format_cover": {
        "type": "keyword"
      },
      "cover": {
        "type": "keyword"
      },
      "is_plane": {
        "type": "keyword"
      },
      "show_status": {
        "type": "keyword"
      }
    }
  }
}