org.galagosearch.core.store
Interface DocumentStore

All Known Implementing Classes:
DocumentIndexStore, NullStore, SQLDocumentStore

public interface DocumentStore

This interface abstracts a document collection. The SnippetGenerator uses this interface to fetch documents for snippeting.

Author:
trevor

Method Summary
 void close()
           
 Document get(java.lang.String identifier)
           
 

Method Detail

get

Document get(java.lang.String identifier)
             throws java.io.IOException
Throws:
java.io.IOException

close

void close()
           throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2009. All Rights Reserved.