Create a new relevance rank sort key.

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

Syntax

C#
public ERecSortKey(
	string relRankModule
)
Visual Basic
Public Sub New ( _
	relRankModule As String _
)
Visual C++
public:
ERecSortKey(
	String^ relRankModule
)

Parameters

relRankModule
Type: System..::..String
The module and its parameters. Only modules that are independent of a text search may be used. Parameters may be given by following the name with '(', then comma separated parameters, then ')'. Relevance rank modules used in sort keys must be prefixed by "Endeca.", so this text will be added by this constructor if it is missing.

See Also