Lucene.Net 1.4.3 Class Library

TermVectorsWriter.AddTermFreqVector Method 

Add specified vector to the document. Document must be open but no Field should be open or exception is thrown. The same document can have

addTerm
and
addVectors
calls mixed, however a given Field must either be populated with
addTerm
or with
addVector
. *

public void AddTermFreqVector(
   TermFreqVector vector
);

See Also

TermVectorsWriter Class | Lucene.Net.Index Namespace