Hi, 

I am using Block in my index structure as I have many variations of
documents, which have the same content. 
I am searching on parent level, but will be returning the child level.
Example doc:
<parent doc>
  <content>
    <child1>
      <filter>
    </child>
    <child2>
      <filter>
    </child>
</parent>

This works great and fast, but doesn't work with the highlighting component. 
The snippets that are returned apply to the child documents, but I am
actually searching in the parent and thus want a snippet from that search.
The children don't have any field I am searching on so they return empty
snippets.  (search query example: {!child of=type:parent}q ) 

So is it possible to return the snippets based on the query in the parent? 
Do I need to tweak the code for this? Or is there an open isssue and thus
work in progress?



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Highlighting-Block-Joins-tp4153165.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to