Gets or sets the group sort clause. Default is @group desc.

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

Syntax

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

Field Value

The group sort clause.

See Also