如题,当文档包含数组字段,高亮查询时 highlight 中的内容无法知道具体是哪些元素匹配了。
实际高亮查询返回的内容:
期望的返回内容:
实际高亮查询返回的内容:
{
'_source': {
'title': 'Foo bar foobar foo barbar',
'headers': 'HTTP/1.0 200 OK
Server: GeoHttpServer
Date: Thu, 18 Jun 2015 19:02:31 GMT
Content-type: text/html',
'city': 'US'
}
}
期望的返回内容:
{
'_source': {
'title': 'Foo bar foobar <em>foo</em> barbar',
'headers': 'HTTP/1.0 200 OK
Server: GeoHttpServer
Date: Thu, 18 Jun 2015 19:02:31 GMT
Content-type: text/html',
'city': 'US'
}
'highlight': [{'title': "Foo bar foobar <em>foo</em> barbar"}]
}
2 个回复
FFFrp
赞同来自:
Huey
赞同来自:
高亮查询:
这个查询返回的结果是这样的: