Lucene.Net 1.4.3 Class Library

SortField.GetField Method 

Returns the name of the Field. Could return

null
if the sort is by SCORE or DOC.

public virtual string GetField();

Return Value

Name of Field, possibly

null
.

See Also

SortField Class | Lucene.Net.Search Namespace