Returns the name of the field as an interned string. For example "date", "title", "body", ...

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

Syntax

C#
string Name()
Visual Basic
Function Name As String
Visual C++
String^ Name()

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Documents.Fieldable.Name"]

See Also