Lucene.Net 1.4.3 Class Library

Field.IsTermVectorStored Method 

True iff the term or terms used to index this Field are stored as a term vector, available from {@link IndexReader#GetTermFreqVector(int,String)}. These methods do not provide access to the original content of the Field, only to terms used to index it. If the original content must be preserved, use the

stored
attribute instead.

public bool IsTermVectorStored();

See Also

Field Class | Lucene.Net.Documents Namespace | String)