anl.aida.sv
Class DocumentVectorStoreWriter

java.lang.Object
  extended by anl.aida.sv.DocumentVectorStoreWriter

public class DocumentVectorStoreWriter
extends java.lang.Object

VectorStoreWriter that stores that assumes the Vector's object is a DocumentID.


Constructor Summary
DocumentVectorStoreWriter()
           
 
Method Summary
 void writeVectors(java.lang.String vectorFile, DocumentVectors objectVectors)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentVectorStoreWriter

public DocumentVectorStoreWriter()
Method Detail

writeVectors

public void writeVectors(java.lang.String vectorFile,
                         DocumentVectors objectVectors)
                  throws java.io.IOException
Parameters:
vectorFile - The name of the file to write to
objectVectors - The vector store to be written to disk
Throws:
java.io.IOException - if there is an error writing the vectors