robotquestionold.json 1.03 KB
{
  "robotquestionold": {
    "_all":{
      "enabled":false
    },
    "_source":{
      "enabled":true
    },
    "properties": {
      "id": {
        "type": "integer"
      },
      "maxSortId": {
        "type": "integer"
      },
      "middleSortId": {
        "type": "integer"
      },
      "smallSortId": {
        "type": "integer"
      },
      "question": {
        "type": "text",
        "analyzer": "ik_max_word"
      },
      "keywords": {
        "type": "text",
        "analyzer": "ik_max_word"
      },
      "pid": {
        "type": "integer"
      },
      "createTime": {
        "type": "integer"
      },
      "isDisable": {
        "type": "integer"
      },
      "effectTime": {
        "type": "integer"
      },
      "updatePid": {
        "type": "integer"
      },
      "updateTime": {
        "type": "integer"
      },
      "questionSeq": {
        "type": "integer"
      },
      "clickTimes": {
        "type": "integer"
      },
      "answer": {
        "type": "text",
        "index": "no"
      }
    }
  }
}