Apache Lucene.Net 2.4.0 Class Library API

Fieldable.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.

bool IsTermVectorStored();

See Also

Fieldable Interface | Lucene.Net.Documents Namespace |