Click or drag to resize

IFulltextQueryOptionsTDocumentSortMethod 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: 6.0.0
Syntax
IFulltextQueryOptions<TDocument> SortMethod(
	SortMethod sortMethod
)

Parameters

sortMethod  SortMethod
The sort method to set.

Return Value

IFulltextQueryOptionsTDocument
The current instance.
See Also