Sets the sort to the given criteria.
Sets the sort to the given criteria.
public virtual void SetSort(SortField);
Sets the sort to the given criteria in succession.
public virtual void SetSort(SortField[]);
Sets the sort to the terms in
fieldthen by index order (document number).
public void SetSort(string);
Sets the sort to the terms in
fieldpossibly in reverse, then by index order (document number).
public virtual void SetSort(string,bool);
Sets the sort to the terms in each field in succession.
public virtual void SetSort(string[]);