Gets or sets the rank mode. Default is ProximityBM25

Namespace: Gronewold.SphinxConnector
Assembly: Gronewold.SphinxConnector (in Gronewold.SphinxConnector.dll) Version: 2.7.0.3011 (2.7.0.3011)

Syntax

C#
public SphinxRankMode RankMode { get; set; }
Visual Basic
Public Property RankMode As SphinxRankMode
	Get
	Set

Field Value

The rank mode.

Exceptions

ExceptionCondition
System..::..InvalidOperationExceptionvalue is set to a different value than None although SphinxMatchMode is not set to Extended or Extended2.
System..::..NotSupportedException The rank mode is not supported in the current Version.

See Also