elasticsearch 高亮显示问题记录

问题描述:

搜索关键词“东方网” 返回高亮的词里边多出一些并非搜索关键词里边的词语

请求:

GET dfzdata/_search
{
  "query": {
    "match_phrase_prefix": {
      "com_name": "东方网"
    }
  },"highlight": {
    "post_tags": ["<em>"],
    "pre_tags": ["</em>"],
    "fields": {
      "com_name": {}
    }
  }
}

 

返回

 

搜索结果:

{
  "took" : 98,
  "timed_out" : false,
  "_shards" : {
    "total" : 5,
    "successful" : 5,
    "skipped" : 0,
    "failed" : 0
  },
  "hits" : {
    "total" : 500,
    "max_score" : 964.251,
    "hits" : [
      {
        "_index" : "dfzx_data",
        "_type" : "com_search",
        "_id" : "109924131",
        "_score" : 964.251,
        "_source" : {
          "is_check_info" : null,
          "is_abnormal" : null,
          "listed_com" : null,
          "tax_credit" : null,
          "is_illegal_info" : null,
          "is_equity_info" : null,
          "is_purchase_land" : null,
          "is_own_tax" : null,
          "is_invest" : null,
          "is_dishonest" : null,
          "is_zhixing" : null,
          "is_product" : null,
          "is_mortgage" : null,
          "is_copyright_work" : null,
          "is_punish" : "Y",
          "is_employer" : null,
          "is_purchaser" : null,
          "high_name" : null,
          "high_id" : null,
          "is_copyright_reg" : null,
          "endowment_insurance" : null,
          "com_id" : 109924131,
          "com_name" : "东方网吧",
          "fr_nm" : "罗东方",
          "com_org_tp" : "个人经营",
          "reg_loc" : "大龙镇大屯场街上",
          "bus_sp" : "互联网上网服务。",
          "reg_st" : "注销",
          "reg_cpl" : "",
          "reg_num" : "5222203000581",
          "org_num" : "",
          "soci_num" : "",
          "categ" : "642",
          "is_trade_mark" : null,
          "is_patents" : null,
          "is_haveWeb" : null,
          "is_500" : null,
          "is_high_tec" : null,
          "is_lawsuit" : null,
          "is_court" : null,
          "is_phone" : null,
          "is_mobile" : null,
          "is_email" : null,
          "prd" : null,
          "prd_id" : null,
          "com_score" : 56,
          "est_tm" : "2006-07-27",
          "endowment_insurance_num" : null,
          "reg_val" : null,
          "reg_unit" : null
        },
        "highlight" : {
          "com_name" : [
            "</em>东方<em></em>网吧<em>"
          ]
        }
      },
      {
        "_index" : "dfzx_data",
        "_type" : "com_search",
        "_id" : "16471952",
        "_score" : 960.55316,
        "_source" : {
          "is_check_info" : null,
          "is_abnormal" : null,
          "listed_com" : null,
          "tax_credit" : null,
          "is_illegal_info" : null,
          "is_equity_info" : null,
          "is_purchase_land" : null,
          "is_own_tax" : null,
          "is_invest" : null,
          "is_dishonest" : null,
          "is_zhixing" : null,
          "is_product" : null,
          "is_mortgage" : null,
          "is_copyright_work" : null,
          "is_punish" : null,
          "is_employer" : null,
          "is_purchaser" : null,
          "high_name" : "贺小芳",
          "high_id" : "493123",
          "is_copyright_reg" : null,
          "endowment_insurance" : null,
          "com_id" : 16471952,
          "com_name" : "东方网店",
          "fr_nm" : "贺小芳",
          "com_org_tp" : "个人独资企业",
          "reg_loc" : "怀化市鹤城区东兴街3栋13号",
          "bus_sp" : "提供上网服务",
          "reg_st" : "吊销,未注销",
          "reg_cpl" : "",
          "reg_num" : "4312022000104",
          "org_num" : "",
          "soci_num" : "",
          "categ" : "891",
          "is_trade_mark" : null,
          "is_patents" : null,
          "is_haveWeb" : null,
          "is_500" : null,
          "is_high_tec" : null,
          "is_lawsuit" : null,
          "is_court" : null,
          "is_phone" : null,
          "is_mobile" : null,
          "is_email" : null,
          "prd" : null,
          "prd_id" : null,
          "com_score" : 57,
          "est_tm" : "2003-01-02",
          "endowment_insurance_num" : null,
          "reg_val" : null,
          "reg_unit" : null
        },
        "highlight" : {
          "com_name" : [
            "</em>东方<em></em>网店<em>"
          ]
        }
      },
      {
        "_index" : "dfzx_data",
        "_type" : "com_search",
        "_id" : "68733331",
        "_score" : 893.1576,
        "_source" : {
          "is_check_info" : "Y",
          "is_abnormal" : null,
          "listed_com" : null,
          "tax_credit" : null,
          "is_illegal_info" : null,
          "is_equity_info" : null,
          "is_purchase_land" : null,
          "is_own_tax" : null,
          "is_invest" : null,
          "is_dishonest" : null,
          "is_zhixing" : null,
          "is_product" : null,
          "is_mortgage" : null,
          "is_copyright_work" : null,
       

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 3
    评论
评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值