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: 5.3.0
Syntax
public string SortBy { get; set; }

Property Value

Type: String
The sort by clause.
See Also