|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.galagosearch.core.store.DocumentIndexStore
public class DocumentIndexStore
A DocumentStore that reads document data from corpus files.
A DocumentIndexStore checks the corpus files sequentially until it finds a matching document.
| Constructor Summary | |
|---|---|
DocumentIndexStore(DocumentIndexReader reader)
|
|
DocumentIndexStore(java.util.List<DocumentIndexReader> readers)
|
|
| Method Summary | |
|---|---|
void |
close()
|
Document |
get(java.lang.String identifier)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DocumentIndexStore(DocumentIndexReader reader)
public DocumentIndexStore(java.util.List<DocumentIndexReader> readers)
| Method Detail |
|---|
public Document get(java.lang.String identifier)
throws java.io.IOException
get in interface DocumentStorejava.io.IOException
public void close()
throws java.io.IOException
close in interface DocumentStorejava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||