Endeca Presentation API
ERecRank Constructor (key, terms, strategy)
NamespacesEndeca.NavigationERecRankERecRankERecRankNew(String, String, String)
Constructor specifying the key and the terms of the search.
Declaration Syntax
C#Visual BasicVisual C++
public ERecRank(
	string key,
	string terms,
	string strategy
)
Public Sub New ( _
	key As String, _
	terms As String, _
	strategy As String _
)
public:
ERecRank (
	String^ key, 
	String^ terms, 
	String^ strategy
)
Parameters
key (String)
The key (an Endeca property, dimension, or search interface) of the records with which to search.
terms (String)
The terms of the search.
strategy (String)
The ranking strategy to be used. (May be null.)
Remarks
The match mode is set to null (and thus defaults to matchany).

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