Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the list of properties by which the search results are ordered.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property SortList As SortCollection
Get
Set
'Usage
Dim instance As FASTSearchRuntime
Dim value As SortCollection
value = instance.SortList
instance.SortList = value
public SortCollection SortList { get; set; }
Property Value
Type: Microsoft.Office.Server.Search.Query.SortCollection
Returns SortCollection.
Remarks
For FAST Search Server 2010 for SharePoint the sorting can also be performed based on rank profile or a formula. For details, see Ranking and Sorting (FAST Search Server 2010 for SharePoint).