Lucene.Net 1.4.3 Class Library

TermVectorsReader.Get Method 

Retrieve the term vector for the given document and Field

public virtual TermFreqVector Get(
   int docNum,
   string field
);

Parameters

docNum
The document number to retrieve the vector for
field

Return Value

The TermFreqVector for the document and Field or null

See Also

TermVectorsReader Class | Lucene.Net.Index Namespace