Lucene.Net 1.4.3 Class Library

IndexReader.GetTermFreqVector Method 

Return a term frequency vector for the specified document and Field. The vector returned contains terms and frequencies for those terms in the specified Field of this document, if the Field had storeTermVector flag set. If the flag was not set, the method returns null.

public abstract TermFreqVector GetTermFreqVector(
   int docNumber,
   string field
);

See Also

IndexReader Class | Lucene.Net.Index Namespace | Field#IsTermVectorStored