True if 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
CopyC# attribute instead.
Namespace: Lucene.Net.Documentsstored
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
| C# |
|---|
bool IsTermVectorStored() |
| Visual Basic |
|---|
Function IsTermVectorStored As Boolean |
| Visual C++ |
|---|
bool IsTermVectorStored() |
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Documents.Fieldable.IsTermVectorStored"]