Apache Lucene.Net 2.4.0 Class Library API

FieldsReader.Close Method 

Closes the underlying {@link Lucene.Net.Store.IndexInput} streams, including any ones associated with a lazy implementation of a Field. This means that the Fields values will not be accessible.

public void Close();

See Also

FieldsReader Class | Lucene.Net.Index Namespace