Constructor to collect the top-scoring documents by using the given PQ.

Namespace: Lucene.Net.Search
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
protected internal TopDocCollector(
	PriorityQueue hq
)
Visual Basic
Protected Friend Sub New ( _
	hq As PriorityQueue _
)
Visual C++
protected public:
TopDocCollector(
	PriorityQueue^ hq
)

Parameters

hq
Type: Lucene.Net.Util..::..PriorityQueue
the PQ to use by this instance.

See Also