Transport highlighting information to the client

This commit is contained in:
Eike Kettner
2020-06-22 22:54:39 +02:00
parent a58ffd11e1
commit ffbb16db45
8 changed files with 202 additions and 48 deletions

View File

@ -46,8 +46,8 @@ object QueryData {
}
QueryData(extQ, filterQ, fq.limit, fq.offset, fields, Map.empty).withHighLight(
search,
"**",
"**"
fq.highlight.pre,
fq.highlight.post
)
}