Hello Solr users,
I have the following structure of a document:
{
"type": "root"
"generalMetadata": ...,
"nest1": [
{
"type": "main"
"content_txt": ...,
"metadata": ...
},
....
]
}
("generalMetadata" and "metadata" are in practice more than 1 field each, but
for simplicity I left them like that).
My application's query has general form of (again, simplified for the sake of
the question):
{!parent which="type:root" v="type:main AND content_txt:A metadata:B"} AND
generalMetadata:C
How can I do highlighting on the nested fields?
I am working with Solr 8.6.3.
Thanks, H. Lopon
Sent with [Proton Mail](https://proton.me/) secure email.