Returns the name of the field. Could return
CopyC#
null
if the sort is by SCORE or DOC.

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

Syntax

C#
public virtual string GetField()
Visual Basic
Public Overridable Function GetField As String
Visual C++
public:
virtual String^ GetField()

Return Value

Name of field, possibly
CopyC#
null
.

See Also