Hey everybody,
We use Solr 8.6.3 and we have a nested collection with multiple hierarchies
within it. We would like to query the collection and get a highlighted response
on all of the hierarchies.
Is it possible? Where can we find an example of the syntax?
We used query parser "parent" in order to get the root document that contains
the children that match our conditions (in fq).
for example:
fq = {!parent which='doc_type:root'}(+doc_type=child_doc +doc_body:word)
fl=*.[child limit=-1].
We got the full document with the all nested documents in result, but the we
didn't get the highlighting on the children.
Is this a known issue? we couldn't find any reference for it in the Ref guide,
or in the archive/jira
It's crucial for us to unable our users to use this feature, so we would like
all the help we could get,
thanks in advance,
123456780sss