pitt.search.semanticvectors
Class VectorStoreReader

java.lang.Object
  extended by pitt.search.semanticvectors.VectorStoreReader

public class VectorStoreReader
extends java.lang.Object

Wrapper class used to get access to underlying VectorStore implementations.

Author:
dwiddows

Constructor Summary
VectorStoreReader()
           
 
Method Summary
static CloseableVectorStore openVectorStore(java.lang.String vectorFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VectorStoreReader

public VectorStoreReader()
Method Detail

openVectorStore

public static CloseableVectorStore openVectorStore(java.lang.String vectorFile)
                                            throws java.io.IOException
Throws:
java.io.IOException