Expert: Creates one of these objects with empty sort information.

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

Syntax

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

Parameters

doc
Type: System..::..Int32

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

score
Type: System..::..Single

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

See Also