Click or drag to resize
IFulltextQueryOptions<TDocument>.SortMethod Method
Sets the sort method for the query. Supported with Sphinx 2.1.1 and up.

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
IFulltextQueryOptions<TDocument> SortMethod(
	SortMethod sortMethod
)

Parameters

sortMethod
Type: SphinxConnector.Common.SortMethod
The sort method to set.

Return Value

Type: IFulltextQueryOptions<TDocument>
The current instance.
See Also