public abstract class AbstractTerminalNode extends SectionSearchQueryPlan
SectionSearchQueryPlan.NodeQueue| Modifier and Type | Field and Description |
|---|---|
protected int |
_curPos |
protected int |
_posLeft |
protected org.apache.lucene.index.TermPositions |
_tp |
_curDoc, _curSec, NO_MORE_POSITIONS, NO_MORE_SECTIONS| Constructor and Description |
|---|
AbstractTerminalNode(org.apache.lucene.index.Term term,
org.apache.lucene.index.IndexReader reader) |
protected org.apache.lucene.index.TermPositions _tp
protected int _posLeft
protected int _curPos
public AbstractTerminalNode(org.apache.lucene.index.Term term,
org.apache.lucene.index.IndexReader reader)
throws IOException
IOExceptionpublic int fetchDoc(int targetDoc)
throws IOException
fetchDoc in class SectionSearchQueryPlanIOExceptionpublic abstract int fetchSec(int targetSec)
throws IOException
fetchSec in class SectionSearchQueryPlanIOExceptionCopyright © 2005–2013. All rights reserved.