Endeca Presentation API
ERecRank Constructor (key, terms, strategy, match)
NamespacesEndeca.NavigationERecRankERecRankERecRankNew(String, String, String, String)
Constructor specifying the key, terms, and options of the search.
Declaration Syntax
C#Visual BasicVisual C++
public ERecRank(
	string key,
	string terms,
	string strategy,
	string match
)
Public Sub New ( _
	key As String, _
	terms As String, _
	strategy As String, _
	match As String _
)
public:
ERecRank (
	String^ key, 
	String^ terms, 
	String^ strategy, 
	String^ match
)
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.) The match mode to be used. (May be null.)
match (String)

[Missing <param> documentation for "match"]

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