Initializes a new instance of the ConstantScoreQuery..::..ConstantWeight class

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

Syntax

C#
public ConstantWeight(
	ConstantScoreQuery enclosingInstance,
	Searcher searcher
)
Visual Basic
Public Sub New ( _
	enclosingInstance As ConstantScoreQuery, _
	searcher As Searcher _
)
Visual C++
public:
ConstantWeight(
	ConstantScoreQuery^ enclosingInstance, 
	Searcher^ searcher
)

Parameters

enclosingInstance
Type: Lucene.Net.Search..::..ConstantScoreQuery

[Missing <param name="enclosingInstance"/> documentation for "M:Lucene.Net.Search.ConstantScoreQuery.ConstantWeight.#ctor(Lucene.Net.Search.ConstantScoreQuery,Lucene.Net.Search.Searcher)"]

searcher
Type: Lucene.Net.Search..::..Searcher

[Missing <param name="searcher"/> documentation for "M:Lucene.Net.Search.ConstantScoreQuery.ConstantWeight.#ctor(Lucene.Net.Search.ConstantScoreQuery,Lucene.Net.Search.Searcher)"]

See Also