Gets or sets a sort-by expression. Only valid if SortMode is not set to Relevance.

Namespace: Gronewold.SphinxConnector
Assembly: Gronewold.SphinxConnector (in Gronewold.SphinxConnector.dll) Version: 2.7.0.3011 (2.7.0.3011)

Syntax

C#
public string SortBy { get; set; }
Visual Basic
Public Property SortBy As String
	Get
	Set

Field Value

The sort by clause.

See Also