Endeca Presentation API
SetNrk Method (key)
NamespacesEndeca.NavigationUrlENEQuerySetNrk(String)
Sets the key of the record search of the navigation query using a specified relevance ranking strategy.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetNrk(
	string key
)
Public Overridable Sub SetNrk ( _
	key As String _
)
public:
virtual void SetNrk (
	String^ key
)
Parameters
key (String)
The url decoded key to be used for relevance ranking.
CopyC#
key
should not contain any '|' characters.
Remarks
The Nrk parameter MUST be used with the Nrt parameter indicating the search term and the Nrr parameter indicating the relevance ranking strategy to be used.
Exceptions
ExceptionCondition
UrlENEQueryParseException Thrown if problem parsing or pairing up with search terms.

Assembly: Endeca.Navigation (Module: Endeca.Navigation) Version: 0.0.0.0