Expert: Creates one of these objects with the given 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,
	IComparable[] fields
)
Visual Basic
Public Sub New ( _
	doc As Integer, _
	score As Single, _
	fields As IComparable() _
)
Visual C++
public:
FieldDoc(
	int doc, 
	float score, 
	array<IComparable^>^ fields
)

Parameters

doc
Type: System..::..Int32

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

score
Type: System..::..Single

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

fields
Type: array<System..::..IComparable>[]()[][]

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

See Also