Apache Lucene.Net 2.4.0 Class Library API

Hit Class

NOTE: This class is now obsolete.

Hits will be removed indexer Lucene 3.0. Use TopDocCollector and TopDocs instead.


Wrapper used by {@link HitIterator} to provide a lazily loaded hit from {@link Hits}.

For a list of all members of this type, see Hit Members.

System.Object
   Lucene.Net.Search.Hit

public class Hit

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Lucene.Net.Search

Assembly: Lucene.Net (in Lucene.Net.dll)

See Also

Hit Members | Lucene.Net.Search Namespace