org.galagosearch.core.parse
Class DocumentIndexReader.Iterator

java.lang.Object
  extended by org.galagosearch.core.parse.DocumentIndexReader.Iterator
Enclosing class:
DocumentIndexReader

public class DocumentIndexReader.Iterator
extends java.lang.Object


Method Summary
 Document getDocument()
           
 java.lang.String getKey()
           
 boolean isDone()
           
 boolean nextDocument()
           
 void skipTo(byte[] key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

skipTo

public void skipTo(byte[] key)
            throws java.io.IOException
Throws:
java.io.IOException

getKey

public java.lang.String getKey()

isDone

public boolean isDone()

getDocument

public Document getDocument()
                     throws java.io.IOException
Throws:
java.io.IOException

nextDocument

public boolean nextDocument()
                     throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2009. All Rights Reserved.