Lucene.Net 1.9.1 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