Initializes a new instance of the TopDocsCollector class

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

Syntax

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

Parameters

pq
Type: Lucene.Net.Util..::..PriorityQueue

[Missing <param name="pq"/> documentation for "M:Lucene.Net.Search.TopDocsCollector.#ctor(Lucene.Net.Util.PriorityQueue)"]

See Also