Apache Lucene.Net 2.4.0 Class Library API

Fieldable.IsStored Method 

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.

bool IsStored();

See Also

Fieldable Interface | Lucene.Net.Documents Namespace