elasticSearch按字段普通检索,结果高亮

{
    "query": {
        "match": {
            "title": "Science of Organizations"
        }
    },
    "highlight": {
        "fields": {
            "title": {}
        }
    }
}
posted @ 2020-06-29 13:50  近朱朱者赤  阅读(276)  评论(0编辑  收藏  举报