Apache Lucene.Net 2.4.0 Class Library API

AbstractField.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();

Implements

Fieldable.IsStored

See Also

AbstractField Class | Lucene.Net.Documents Namespace