Click or drag to resize
SphinxSearchOptionsSortBy Property
Gets or sets a sort-by expression. Only valid if SortMode is not set to Relevance.

Namespace: SphinxConnector.NativeApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public string SortBy { get; set; }

Property Value

Type: String
The sort by clause.
See Also