com.browseengine.bobo.search.section
Class AbstractTerminalNode
java.lang.Object
com.browseengine.bobo.search.section.SectionSearchQueryPlan
com.browseengine.bobo.search.section.AbstractTerminalNode
- Direct Known Subclasses:
- IntMetaDataQuery.IntMetaDataNodeNoCache, TermNode
public abstract class AbstractTerminalNode
- extends SectionSearchQueryPlan
An abstract class for terminal nodes of SectionSearchQueryPlan
|
Field Summary |
protected int |
_curPos
|
protected int |
_posLeft
|
protected org.apache.lucene.index.TermPositions |
_tp
|
|
Constructor Summary |
AbstractTerminalNode(org.apache.lucene.index.Term term,
org.apache.lucene.index.IndexReader reader)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_tp
protected org.apache.lucene.index.TermPositions _tp
_posLeft
protected int _posLeft
_curPos
protected int _curPos
AbstractTerminalNode
public AbstractTerminalNode(org.apache.lucene.index.Term term,
org.apache.lucene.index.IndexReader reader)
throws IOException
- Throws:
IOException
fetchDoc
public int fetchDoc(int targetDoc)
throws IOException
- Specified by:
fetchDoc in class SectionSearchQueryPlan
- Throws:
IOException
fetchSec
public abstract int fetchSec(int targetSec)
throws IOException
- Specified by:
fetchSec in class SectionSearchQueryPlan
- Throws:
IOException
Copyright © 2011. All Rights Reserved.