True if the value of the field is to be stored in the index for return with search hits.

Namespace: Lucene.Net.Documents
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
bool IsStored()
Visual Basic
Function IsStored As Boolean
Visual C++
bool IsStored()

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Documents.Fieldable.IsStored"]

See Also