com.browseengine.bobo.search.section
Class IntMetaDataQuery.IntMetaDataNodeNoCache

java.lang.Object
  extended by com.browseengine.bobo.search.section.SectionSearchQueryPlan
      extended by com.browseengine.bobo.search.section.AbstractTerminalNode
          extended by com.browseengine.bobo.search.section.IntMetaDataQuery.IntMetaDataNodeNoCache
Enclosing class:
IntMetaDataQuery

public static class IntMetaDataQuery.IntMetaDataNodeNoCache
extends AbstractTerminalNode


Nested Class Summary
 
Nested classes/interfaces inherited from class com.browseengine.bobo.search.section.SectionSearchQueryPlan
SectionSearchQueryPlan.NodeQueue
 
Field Summary
 
Fields inherited from class com.browseengine.bobo.search.section.AbstractTerminalNode
_curPos, _posLeft, _tp
 
Fields inherited from class com.browseengine.bobo.search.section.SectionSearchQueryPlan
_curDoc, _curSec, NO_MORE_POSITIONS, NO_MORE_SECTIONS
 
Constructor Summary
IntMetaDataQuery.IntMetaDataNodeNoCache(org.apache.lucene.index.Term term, org.apache.lucene.index.IndexReader reader, IntMetaDataQuery.Validator validator)
           
 
Method Summary
 int fetchDoc(int targetDoc)
           
 int fetchSec(int targetSec)
           
 
Methods inherited from class com.browseengine.bobo.search.section.SectionSearchQueryPlan
fetch, fetchPos, getDocId, getSecId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntMetaDataQuery.IntMetaDataNodeNoCache

public IntMetaDataQuery.IntMetaDataNodeNoCache(org.apache.lucene.index.Term term,
                                               org.apache.lucene.index.IndexReader reader,
                                               IntMetaDataQuery.Validator validator)
                                        throws IOException
Throws:
IOException
Method Detail

fetchDoc

public int fetchDoc(int targetDoc)
             throws IOException
Overrides:
fetchDoc in class AbstractTerminalNode
Throws:
IOException

fetchSec

public int fetchSec(int targetSec)
             throws IOException
Specified by:
fetchSec in class AbstractTerminalNode
Throws:
IOException


Copyright © 2011. All Rights Reserved.