Sets the relevance ranking match mode for the record search of the navigation query.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (6.2.2.8614)

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

ExceptionCondition
Endeca.Navigation..::..UrlENEQueryParseException Thrown if problem parsing or pairing up with search keys.

See Also