 | IFulltextQueryOptionsTDocumentSortMethod Method |
Sets the sort method for the query. Supported with Sphinx 2.1.1 and up.
Namespace: SphinxConnector.FluentApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
SyntaxIFulltextQueryOptions<TDocument> SortMethod(
SortMethod sortMethod
)
Function SortMethod (
sortMethod As SortMethod
) As IFulltextQueryOptions(Of TDocument)
Parameters
- sortMethod SortMethod
- The sort method to set.
Return Value
IFulltextQueryOptionsTDocumentThe current instance.
See Also