Expert: Constructs a ScoreDoc.

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

Syntax

C#
public ScoreDoc(
	int doc,
	float score
)
Visual Basic
Public Sub New ( _
	doc As Integer, _
	score As Single _
)
Visual C++
public:
ScoreDoc(
	int doc, 
	float score
)

Parameters

doc
Type: System..::..Int32

[Missing <param name="doc"/> documentation for "M:Lucene.Net.Search.ScoreDoc.#ctor(System.Int32,System.Single)"]

score
Type: System..::..Single

[Missing <param name="score"/> documentation for "M:Lucene.Net.Search.ScoreDoc.#ctor(System.Int32,System.Single)"]

See Also