ElasticSearch如何把所有高亮的结果合并成一个text?
我很 <span style='background-color:greenyellow'>开胃</span><span style='background-color:greenyellow'>健脾</span>补元气我很 开胃<span style='background-color:greenyellow'>健脾</span>补元气
<span style='background-color:greenyellow'>我</span>很 开胃健脾补元气
例如把如上三条结果合并为
<span style='background-color:greenyellow'>我</span>很 <span style='background-color:greenyellow'>开胃</span><span style='background-color:greenyellow'>健脾</span>补元气
rest-high-level-client的api有没有提供相应的api,还是只能自己实现?
以上是 ElasticSearch如何把所有高亮的结果合并成一个text? 的全部内容, 来源链接: utcz.com/p/944756.html