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#
public virtual string Name()
Visual Basic
Public Overridable Function Name As String
Visual C++
public:
virtual String^ Name()

Return Value

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

Implements

Fieldable..::..Name()()()()

See Also