org.galagosearch.core.store
Class NullStore

java.lang.Object
  extended by org.galagosearch.core.store.NullStore
All Implemented Interfaces:
DocumentStore

public class NullStore
extends java.lang.Object
implements DocumentStore

A very simple DocumentStore when the original document contents are not available.

Author:
trevor

Constructor Summary
NullStore()
           
 
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

NullStore

public NullStore()
Method Detail

get

public Document get(java.lang.String identifier)
             throws java.io.IOException
Specified by:
get in interface DocumentStore
Throws:
java.io.IOException

close

public void close()
           throws java.io.IOException
Specified by:
close in interface DocumentStore
Throws:
java.io.IOException


Copyright © 2009. All Rights Reserved.