helper.json 1.09 KB
{
  "helper": {
    "_all":{
      "enabled":false
    },
    "_source":{
      "enabled":true
    },
    "properties": {
      "id": {
        "type": "integer"
      },
      "firstCategoryId": {
        "type": "integer"
      },
      "secendCategoryId": {
        "type": "text",
        "analyzer": "ik_max_word"
      },
      "caption": {
        "type": "text",
        "analyzer": "ik_max_word"
      },
      "content": {
        "type": "text",
        "index": "no"
      },
      "helperType": {
        "type": "integer"
      },
      "isFaq": {
        "type": "keyword"
      },
      "isRobotQa": {
        "type": "keyword"
      },
      "isCustomerService": {
        "type": "keyword"
      },
      "showPlatform": {
        "type": "text",
        "analyzer":"comma_spliter"
      },
      "keywords": {
        "type": "text",
        "analyzer": "ik_max_word"
      },
      "status": {
        "type": "integer"
      },
      "orderBy": {
        "type": "integer"
      },
      "hits": {
        "type": "integer"
      },
      "createTime": {
        "type": "integer"
      }
    }
  }
}