Constructor specifying the key and the terms of the search.

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

Syntax

C#
public ERecRank(
	string key,
	string terms,
	string strategy
)
Visual Basic
Public Sub New ( _
	key As String, _
	terms As String, _
	strategy As String _
)
Visual C++
public:
ERecRank(
	String^ key, 
	String^ terms, 
	String^ strategy
)

Parameters

key
Type: System..::..String
The key (an Endeca property, dimension, or search interface) of the records with which to search.
terms
Type: System..::..String
The terms of the search.
strategy
Type: System..::..String
The ranking strategy to be used. (May be null.)

Remarks

The match mode is set to null (and thus defaults to matchany).

See Also