Hi, I’m trying to make a cross document MUST with query time join. What I need is return a group if one of its documents matches a condition, and one of another of its doc matches another condition. Searching on internet I found the two phase intersection https://issues.apache.org/jira/browse/LUCENE-6198 <https://issues.apache.org/jira/browse/LUCENE-6198> that seems to be what I need. But I couldn’t find any examples or how to use it. Will it help me on my case? If so, do you guys have any example?
Thanks Eduardo Manrique