得分为最大内场得分

时间:2016-12-01 19:51:49

标签: elasticsearch

可以将每个字段_score设置为inner_hits得分的最高分数吗?

示例:

{
  "_index": "index",
  "_type": "alias",
  "_id": "AViSPf6GaurMMeQ9qGiW",
  "_score": 0.95593464,
  "_source": {
    ...
  },
  "inner_hits": {
    "tags": {
      "hits": {
        "total": 2,
        "max_score": 1.1711202,
        "hits": [
          ...
        ]
      }
    }
  }
}

我想将_score设置为来自max_score的{​​{1}},因此在这种情况下inner_hits应为1.1711202。

0 个答案:

没有答案