productsearchlabel.json 684 Bytes
{
  "productsearchlabel": {
    "_all": {
      "enabled": false
    },
    "_source": {
      "enabled": true
    },
    "properties": {
      "id": {
        "type": "integer"
      },
      "labelName": {
        "type": "keyword",
        "index": "no"
      },
      "labelShowName": {
        "type": "keyword",
        "index": "no"
      },
      "labelParam": {
        "type": "keyword",
        "index": "no"
      },
      "status": {
        "type": "integer"
      },
      "createTime": {
        "type": "integer"
      },
      "updateTime": {
        "type": "integer"
      },
      "editUser": {
        "type": "keyword",
        "index": "no"
      }
    }
  }
}