public class SameNodeJoin extends AbstractCondition
SameNodeJoin implements a same node join condition.inner| Constructor and Description | 
|---|
| SameNodeJoin(MultiColumnQueryHits inner,
            Name innerSelectorName,
            org.apache.lucene.index.IndexReader reader)Creates a new same node join. | 
| Modifier and Type | Method and Description | 
|---|---|
| ScoreNode[][] | getMatchingScoreNodes(ScoreNode outer)Returns the matching inner score nodes for the given outer score node
  sn. | 
close, getIndex, getInnerSelectorNamespublic SameNodeJoin(MultiColumnQueryHits inner, Name innerSelectorName, org.apache.lucene.index.IndexReader reader) throws IOException
inner - the inner query hits.innerSelectorName - the selector name for the inner query hits.reader - the index reader.IOException - if an error occurs while reading from the index.public ScoreNode[][] getMatchingScoreNodes(ScoreNode outer) throws IOException
sn.outer - the current score nodes of the outer source.IOException - if an error occurs while evaluating the condition.Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.