IFulltextQueryOptionsTDocumentRanker(SphinxRankMode) Method

Sets the ranker to use for this query.

Definition

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
IFulltextQueryOptions<TDocument> Ranker(
	SphinxRankMode rankMode
)

Parameters

rankMode  SphinxRankMode
The rank mode to use for this query.

Return Value

IFulltextQueryOptionsTDocument
The current instance.

Exceptions

See Also