Apache Lucene.Net 2.4.0 Class Library API

Fieldable.IsLazy Method 

Indicates whether a Field is Lazy or not. The semantics of Lazy loading are such that if a Field is lazily loaded, retrieving it's values via {@link #StringValue()} or {@link #BinaryValue()} is only valid as long as the {@link Lucene.Net.Index.IndexReader} that retrieved the {@link Document} is still open.

bool IsLazy();

Return Value

true if this field can be loaded lazily

See Also

Fieldable Interface | Lucene.Net.Documents Namespace