 | SphinxSearchOptionsGroupSort Property |
Gets or sets the group sort clause. Default is @group desc.
Namespace:
SphinxConnector.NativeApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic string GroupSort { get; set; }
Public Property GroupSort As String
Get
Set
Property Value
Type:
StringThe group sort clause.
See Also