topic.json 1.21 KB
{
    "topic": {
        "_all":{
            "enabled":false
        },
        "_source":{
            "enabled":true
        },
        "properties": {
            "id": {
                "type": "integer"
            },
            "title": {
                "type": "string",
				"analyzer": "ik_max_word"
            },
			"title_tc": {
                "type": "string",
				"analyzer": "ik_max_word"
            },
            "city_id": {
                "type": "integer"
            },
			"is_top": {
                "type": "integer"
            },
            "top_time": {
                "type": "integer"
            },
			"publish_time": {
                "type": "integer"
            },
            "description": {
                "type": "string"
            },
			"description_tc": {
                "type": "string",
				"analyzer": "ik_max_word"
            },
            "is_recommend": {
                "type": "integer"
            },
			"sort": {
                "type": "integer"
            },
			"recommend_time": {
                "type": "integer"
            },
            "suggest" : {
                "type" : "string",
                "analyzer" : "lowercase_keyword"
            }
        }
    }
}