Gets or sets the relevance ranking and options for the dimension search.

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

Syntax

C#
[DefaultValueAttribute(null)]
public string SearchRelevanceRanking { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(Nothing)> _
Public Property SearchRelevanceRanking As String
Visual C++
[DefaultValueAttribute(nullptr)]
public:
property String^ SearchRelevanceRanking {
	String^ get ();
	void set (String^ value);
}

See Also