Details
Assignee
Marko BekhtaMarko BekhtaReporter
Marko BekhtaMarko BekhtaComponents
Fix versions
Priority
Major
Details
Details
Assignee
Marko Bekhta
Marko BekhtaReporter
Marko Bekhta
Marko BekhtaComponents
Fix versions
Priority
Created April 21, 2023 at 2:31 PM
Updated December 12, 2023 at 10:41 AM
In the initial Highlit API implementation we’ve blocked the highlights in the nested context (using
highlight()
insideobject()
projections), as well as highlights on the fields of nested objects that are ofObjectStructure.NESTED
structure.To add this back, we’d need to work with Elasticsearch’s inner hits
As for the Lucene case – we’d at least need to modify the queries used in highlighting to get rid of
ToParentBlockJoinQuery
or to extract its inner queries correctly…