|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.galagosearch.core.parse.DocumentIndexReader
public class DocumentIndexReader
| Nested Class Summary | |
|---|---|
class |
DocumentIndexReader.Iterator
|
| Constructor Summary | |
|---|---|
DocumentIndexReader(IndexReader reader)
|
|
DocumentIndexReader(java.lang.String fileName)
|
|
| Method Summary | |
|---|---|
void |
close()
|
Document |
getDocument(java.lang.String key)
|
DocumentIndexReader.Iterator |
getIterator()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DocumentIndexReader(java.lang.String fileName)
throws java.io.FileNotFoundException,
java.io.IOException
java.io.FileNotFoundException
java.io.IOExceptionpublic DocumentIndexReader(IndexReader reader)
| Method Detail |
|---|
public void close()
throws java.io.IOException
java.io.IOException
public DocumentIndexReader.Iterator getIterator()
throws java.io.IOException
java.io.IOException
public Document getDocument(java.lang.String key)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||