|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mysema.query.lucene.DocumentIterator
public final class DocumentIterator
Constructor Summary | |
---|---|
DocumentIterator(org.apache.lucene.search.ScoreDoc[] scoreDocs,
int offset,
org.apache.lucene.search.Searcher searcher)
|
Method Summary | |
---|---|
void |
close()
|
boolean |
hasNext()
|
org.apache.lucene.document.Document |
next()
|
void |
remove()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DocumentIterator(org.apache.lucene.search.ScoreDoc[] scoreDocs, int offset, org.apache.lucene.search.Searcher searcher)
Method Detail |
---|
public boolean hasNext()
hasNext
in interface java.util.Iterator<org.apache.lucene.document.Document>
public org.apache.lucene.document.Document next()
next
in interface java.util.Iterator<org.apache.lucene.document.Document>
public void remove()
remove
in interface java.util.Iterator<org.apache.lucene.document.Document>
public void close()
close
in interface com.mysema.commons.lang.CloseableIterator<org.apache.lucene.document.Document>
close
in interface java.io.Closeable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |