Click or drag to resize

IFulltextQueryOptionsTDocumentRanker(SphinxRankMode, String) Method

Sets the ranker to use for this query.

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
IFulltextQueryOptions<TDocument> Ranker(
	SphinxRankMode rankMode,
	string expression
)

Parameters

rankMode  SphinxRankMode
The rank mode to use for this query.
expression  String
The expression to use in conjunction with Expression.

Return Value

IFulltextQueryOptionsTDocument
The current instance.
Exceptions
See Also