jregnier opened a new issue #324:
URL: https://github.com/apache/lucenenet/issues/324


   Hey guys, wondering if I could get a hand with a query I'm struggling with. 
My index is structured with a parent-child relationship. When I do a search I 
look at the child documents and then load the parent document associated with 
it. So my issue is that when I do an exclude I get documents I don't want back. 
For example, for a given parent, if one child is "lucene is awesome" and 
another child document is "lucene is great", then if I search for "+lucene 
-great" I still get the parent since it hit on the first child which makes 
sense but is there a way to filter out the parent that has 1 child document 
that fails the criteria?
   
   thanks


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to