Apache Lucene.Net 2.4.0 Class Library API

Sort.SetSort Method (String, Boolean)

Sets the sort to the terms in

field
possibly in reverse, then by index order (document number).

public virtual void SetSort(
   string field,
   bool reverse
);

See Also

Sort Class | Lucene.Net.Search Namespace | Sort.SetSort Overload List