Gets or sets the rank mode. Default is ProximityBM25
Namespace: Gronewold.SphinxConnectorAssembly: 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
| Exception | Condition |
|---|---|
| System..::..InvalidOperationException | value 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. |