Click or drag to resize
SphinxSearchOptionsRankMode Property
Gets or sets the rank mode. Default is ProximityBM25

Namespace: SphinxConnector.NativeApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public SphinxRankMode RankMode { get; set; }

Property Value

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