Sets the terms of the record search of the navigation query using a specified relevance ranking strategy.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

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

Parameters

terms
Type: System..::..String
A urldecoded record search term set.
CopyC#
terms
should not contain any '|' characters.

Remarks

The Nrt parameter MUST be used with the Nrk parameter indicating which key of the records to search and the Nrr parameter indicating the relevance ranking strategy to be used.

Exceptions

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

See Also