content.json 1.15 KB
{
    "content": {
        "_all":{
            "enabled":false
        },
        "_source":{
            "enabled":true
        },
        "properties": {
            "id": {
                "type": "integer"
            },
            "cid": {
                "type": "integer"
            },
            "type": {
                "type": "integer"
            },
            "app": {
                "type": "integer"
            },
            "title":{
                "type": "string",
                "analyzer": "ik_complex"
            },
            "cover":{
                "type": "string",
                "analyzer": "ik_complex"
            },
            "summary":{
                "type": "string",
                "analyzer": "ik_complex"
            },
            "relate_account": {
                "type": "integer"
            },
            "tag_ids":{
                "type": "string",
                "index": "not_analyzed"
            },
            "tag_names":{
                "type": "string",
                "index": "not_analyzed"
            },
            "tag_count": {
                "type": "integer"
            }
        }
    }
}