[Missing <summary> documentation for "M:Lucene.Net.Index.FieldsReader.Doc(System.Int32,Lucene.Net.Documents.FieldSelector)"]

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

Syntax

C#
public Document Doc(
	int n,
	FieldSelector fieldSelector
)
Visual Basic
Public Function Doc ( _
	n As Integer, _
	fieldSelector As FieldSelector _
) As Document
Visual C++
public:
Document^ Doc(
	int n, 
	FieldSelector^ fieldSelector
)

Parameters

n
Type: System..::..Int32

[Missing <param name="n"/> documentation for "M:Lucene.Net.Index.FieldsReader.Doc(System.Int32,Lucene.Net.Documents.FieldSelector)"]

fieldSelector
Type: Lucene.Net.Documents..::..FieldSelector

[Missing <param name="fieldSelector"/> documentation for "M:Lucene.Net.Index.FieldsReader.Doc(System.Int32,Lucene.Net.Documents.FieldSelector)"]

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Index.FieldsReader.Doc(System.Int32,Lucene.Net.Documents.FieldSelector)"]

See Also