Apache Lucene.Net 2.4.0 Class Library API

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. If you need to iterate over many or all hits, consider using a search method that takes a {@link HitCollector}.

public IEnumerator Iterator();

See Also

Hits Class | Lucene.Net.Search Namespace