Gets or sets the relevance ranking strategy for the dimension search.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
[CommandParameterPropertyAttribute(Key = "Dxrk")]
public string SearchRelevanceRanking { get; set; }
Visual Basic (Declaration)
<CommandParameterPropertyAttribute(Key := "Dxrk")> _
Public Property SearchRelevanceRanking As String
Visual C++
[CommandParameterPropertyAttribute(Key = L"Dxrk")]
public:
property String^ SearchRelevanceRanking {
	String^ get ();
	void set (String^ value);
}

See Also