Class ParentNodeJoin

  • All Implemented Interfaces:
    Condition

    public class ParentNodeJoin
    extends AbstractCondition
    ParentNodeJoin implements a parent node join condition.
    • Method Detail

      • getMatchingScoreNodes

        public ScoreNode[][] getMatchingScoreNodes​(ScoreNode parent)
                                            throws IOException
        Returns the matching inner score nodes for the given outer score node sn. The outer query hits loop contains the parent score nodes.
        Parameters:
        parent - the current score nodes of the outer source.
        Returns:
        the matching score nodes in the inner source.
        Throws:
        IOException - if an error occurs while evaluating the condition.