Lucene.Net 1.4.3 Class Library

IndexReader.Document Method 

Returns the stored fields of the

n
th
Document
in this index.

public abstract Document Document(
   int n
);

See Also

IndexReader Class | Lucene.Net.Index Namespace