Creates a new instance of the provider class for the given IndexReader.

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

Syntax

C#
public CustomScoreProvider(
	IndexReader reader
)
Visual Basic
Public Sub New ( _
	reader As IndexReader _
)
Visual C++
public:
CustomScoreProvider(
	IndexReader^ reader
)

Parameters

reader
Type: Lucene.Net.Index..::..IndexReader

[Missing <param name="reader"/> documentation for "M:Lucene.Net.Search.Function.CustomScoreProvider.#ctor(Lucene.Net.Index.IndexReader)"]

See Also