Property IsTermVectorStored
IsTermVectorStored
True iff the term or terms used to index this field are stored as a term
vector, available from GetTermFreqVector(Int32, 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.
Declaration
public bool IsTermVectorStored { get; }
Property Value
Type | Description |
---|---|
System.Boolean |