True iff the value of the field is to be stored in the index for return with search hits. It is an error for this to be true if a field is Reader-valued.

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

Syntax

C#
public bool IsStored()
Visual Basic
Public Function IsStored As Boolean
Visual C++
public:
virtual bool IsStored() sealed

Return Value

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

Implements

Fieldable..::..IsStored()()()()

See Also