com.browseengine.bobo.search.section
Class TermNode
java.lang.Object
com.browseengine.bobo.search.section.SectionSearchQueryPlan
com.browseengine.bobo.search.section.AbstractTerminalNode
com.browseengine.bobo.search.section.TermNode
public class TermNode
- extends AbstractTerminalNode
TermNode for SectionSearchQueryPlan
|
Constructor Summary |
TermNode(org.apache.lucene.index.Term term,
org.apache.lucene.index.IndexReader reader)
|
TermNode(org.apache.lucene.index.Term term,
int positionInPhrase,
org.apache.lucene.index.IndexReader reader)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_positionInPhrase
protected int _positionInPhrase
TermNode
public TermNode(org.apache.lucene.index.Term term,
org.apache.lucene.index.IndexReader reader)
throws IOException
- Throws:
IOException
TermNode
public TermNode(org.apache.lucene.index.Term term,
int positionInPhrase,
org.apache.lucene.index.IndexReader reader)
throws IOException
- Throws:
IOException
fetchSec
public int fetchSec(int targetSec)
throws IOException
- Specified by:
fetchSec in class AbstractTerminalNode
- Throws:
IOException
fetchPos
protected int fetchPos()
throws IOException
- Overrides:
fetchPos in class SectionSearchQueryPlan
- Throws:
IOException
readSecId
public int readSecId()
throws IOException
- Throws:
IOException
Copyright © 2011. All Rights Reserved.