23bf431a创建于 2020年8月15日历史提交
{
    "mappings": {
        "properties": {
            "articleName": {
                "type": "keyword"
            },
            "path": {
                "type": "keyword"
            },
            "textContent": {
                "type": "text",
                "analyzer": "ik_max_word"
            },
            "title": {
                "type": "text",
                "analyzer": "ik_max_word"
            },
            "type": {
                "type": "keyword"
            },
            "id": {
                "type": "keyword"
            }
        }
    }
}