DotLucene 1.4 API Documentation

IndexReader.Document Method 

Returns the stored fields of the nth Document in this index.

public abstract Document Document(
   int n
);

See Also

IndexReader Class | Lucene.Net.Index Namespace