Lucene.Net 1.9.1 Class Library

Hits.Iterator Method 

Returns a {@link HitIterator} to navigate the Hits. Each item returned from {@link Iterator#next()} is a {@link Hit}.

Caution: Iterate only over the hits needed. Iterating over all hits is generally not desirable and may be the source of performance issues.

public IEnumerator Iterator();

See Also

Hits Class | Lucene.Net.Search Namespace