Apache Lucene.Net 2.4.0 Class Library API

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