Return a term frequency vector for the specified document and field. The returned vector contains terms and frequencies for the terms in the specified field of this document, if the field had the storeTermVector flag set. If termvectors had been stored with positions or offsets, a TermPositionsVector is returned.
term frequency vector May be null if field does not exist in the specified document or term vector was not stored.
IndexReader Class | Lucene.Net.Index Namespace | TermVector