com.browseengine.bobo.search.section
Class PhraseNode
java.lang.Object
com.browseengine.bobo.search.section.SectionSearchQueryPlan
com.browseengine.bobo.search.section.AndNode
com.browseengine.bobo.search.section.PhraseNode
public class PhraseNode
- extends AndNode
Phrase operator node for SectionSearchQUeryPlan
|
Constructor Summary |
PhraseNode(TermNode[] termNodes,
org.apache.lucene.index.IndexReader reader)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PhraseNode
public PhraseNode(TermNode[] termNodes,
org.apache.lucene.index.IndexReader reader)
throws IOException
- Throws:
IOException
fetchDoc
public int fetchDoc(int targetDoc)
throws IOException
- Overrides:
fetchDoc in class AndNode
- Throws:
IOException
fetchSec
public int fetchSec(int targetSec)
throws IOException
- Overrides:
fetchSec in class AndNode
- Throws:
IOException
fetchPos
protected int fetchPos()
throws IOException
- Overrides:
fetchPos in class SectionSearchQueryPlan
- Throws:
IOException
Copyright © 2011. All Rights Reserved.