Sets the relevance ranking match mode for the record search of the navigation query.
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)
Syntax
| C# |
|---|
public virtual void SetNrm( string relRankMatchMode ) |
| Visual Basic |
|---|
Public Overridable Sub SetNrm ( _ relRankMatchMode As String _ ) |
| Visual C++ |
|---|
public: virtual void SetNrm( String^ relRankMatchMode ) |
Parameters
- relRankMatchMode
- Type: System..::..String
Remarks
The Nrm parameter may be used with the Nrt, Nrk and Nrr parameters. If it is not used
then the match mode will default to MatchAny.
Exceptions
| Exception | Condition |
|---|---|
| Endeca.Navigation..::..UrlENEQueryParseException | Thrown if problem parsing or pairing up with search keys. |