The TopDocCollector type exposes the following members.

Constructors

  NameDescription
Public methodTopDocCollector(Int32)
Construct to collect a given number of hits.
Protected methodTopDocCollector(PriorityQueue)
Constructor to collect the top-scoring documents by using the given PQ.

Methods

  NameDescription
Public methodCollect (Overrides HitCollector..::..Collect(Int32, Single).)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetTotalHits
The total number of documents that matched this query.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodTopDocs
The top-scoring hits.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
Protected fieldhq
The priority queue which holds the top-scoring documents.
Protected fieldtotalHits
The total number of hits the collector encountered.

See Also