查询词高亮显示

{

  "query": {

    "match_phrase": {

      "stock": "紫光股份"

    }

  },

    "highlight" : {

        "fields" : {

            "stock" : {}

        }

    }

}

自定义高亮标签

"keyword" : {

     "pre_tags":["<mark>"],

     "post_tags":["</mark>"]

}

猜你喜欢

转载自blog.csdn.net/xiaoyu_BD/article/details/81699243