 | IFulltextQueryOptionsTDocumentRanker(SphinxRankMode) Method |
Sets the ranker to use for this query.
Namespace: SphinxConnector.FluentApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
SyntaxIFulltextQueryOptions<TDocument> Ranker(
SphinxRankMode rankMode
)
Function Ranker (
rankMode As SphinxRankMode
) As IFulltextQueryOptions(Of TDocument)
Parameters
- rankMode SphinxRankMode
- The rank mode to use for this query.
Return Value
IFulltextQueryOptionsTDocumentThe current instance.
Exceptions
See Also