The {@link Lucene.Net.Documents.Fieldable} name.

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

Syntax

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

Return Value

The name of the field this vector is associated with.

See Also