Apache Lucene.Net 2.4.0 Class Library API

AbstractField.IsTermVectorStored Method 

True iff the term or terms used to index this field are stored as a term vector, available from {@link Lucene.Net.Index.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();

Implements

Fieldable.IsTermVectorStored

See Also

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