Returns a field with the given name if any exist in this document, or null. If multiple fields exists with this name, this method returns the first value added.

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

Syntax

C#
public Fieldable GetFieldable(
	string name
)
Visual Basic
Public Function GetFieldable ( _
	name As String _
) As Fieldable
Visual C++
public:
Fieldable^ GetFieldable(
	String^ name
)

Parameters

name
Type: System..::..String

[Missing <param name="name"/> documentation for "M:Lucene.Net.Documents.Document.GetFieldable(System.String)"]

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Documents.Document.GetFieldable(System.String)"]

See Also