 | IFulltextQueryOptionsTDocumentRanker(SphinxRankMode, String) 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,
string expression
)
Function Ranker (
rankMode As SphinxRankMode,
expression As String
) As IFulltextQueryOptions(Of TDocument)
Parameters
- rankMode SphinxRankMode
- The rank mode to use for this query.
- expression String
- The expression to use in conjunction with Expression.
Return Value
IFulltextQueryOptionsTDocumentThe current instance.
Exceptions
See Also