Hi, Lopon.
I don't think so.
On Tue, Jun 21, 2022 at 10:08 AM lopon.h <[email protected]> wrote:
> 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.
--
Sincerely yours
Mikhail Khludnev