Lucene.Net 1.9.1 Class Library

Scorer.Doc Method 

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

public abstract int Doc();

See Also

Scorer Class | Lucene.Net.Search Namespace