Apache Lucene.Net 2.4.0 Class Library API

TermScorer.Doc Method 

Returns the current document number matching the query. Initially invalid, until {@link #next()} is called the first time.

public override int Doc();

See Also

TermScorer Class | Lucene.Net.Search Namespace