Lucene.Net 1.4.3 Class Library

Field.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.

public bool IsStored();

See Also

Field Class | Lucene.Net.Documents Namespace