DotLucene 1.4 API Documentation

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