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 attribute instead.
Namespace: Lucene.Net.DocumentsCopyC#
stored
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public bool IsTermVectorStored() |
Visual Basic |
---|
Public Function IsTermVectorStored As Boolean |
Visual C++ |
---|
public: virtual bool IsTermVectorStored() sealed |
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Documents.AbstractField.IsTermVectorStored"]