Constructor Sort
Sort()
Sorts by computed relevance. This is the same sort criteria as calling Search(Query, Int32) without a sort criteria, only with slightly more overhead.
Declaration
public Sort()
Sort(SortField)
Sorts by the criteria in the given SortField.
Declaration
public Sort(SortField field)
Parameters
Type | Name | Description |
---|---|---|
SortField | field |
Sort(SortField[])
Sorts in succession by the criteria in each SortField.
Declaration
public Sort(params SortField[] fields)
Parameters
Type | Name | Description |
---|---|---|
SortField[] | fields |