|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpitt.search.semanticvectors.IncrementalDocVectors
public class IncrementalDocVectors
generates document vectors incrementally requires a
Constructor Summary | |
---|---|
IncrementalDocVectors(VectorStore termVectorData,
java.lang.String indexDir,
java.lang.String[] fieldsToIndex,
java.lang.String vectorFile)
Constructor that gets everything it needs from a TermVectorsFromLucene object and writes to a named file. |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IncrementalDocVectors(VectorStore termVectorData, java.lang.String indexDir, java.lang.String[] fieldsToIndex, java.lang.String vectorFile) throws java.io.IOException
termVectorData
- Has all the information needed to create doc vectors.indexDir
- Directory of the Lucene Index used to generate termVectorDatafieldsToIndex
- String[] containing fields indexed when generating termVectorDatavectorFile
- Filename for the document vectors
java.io.IOException
Method Detail |
---|
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |