Sets the relevance ranking strategy for the record search of the navigation query.

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

Syntax

C#
public virtual void SetNrr(
	string relRankStrategy
)
Visual Basic
Public Overridable Sub SetNrr ( _
	relRankStrategy As String _
)
Visual C++
public:
virtual void SetNrr(
	String^ relRankStrategy
)

Parameters

relRankStrategy
Type: System..::..String
The urldecoded relevance ranking strategy to be used.
CopyC#
relRankStrategy
should not contain any '|' characters.

Remarks

The Nrr parameter MUST be used with the Nrt and Nrk parameters.

Exceptions

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

See Also