Sets the dimension search behavior to order results.
            DimSearchRankResults.
            
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)
 Syntax
Syntax
| C# | 
|---|
| public virtual void SetDk( string r ) | 
| Visual Basic | 
|---|
| Public Overridable Sub SetDk ( _ r As String _ ) | 
| Visual C++ | 
|---|
| public: virtual void SetDk( String^ r ) | 
Parameters
- r
- Type: System..::..String
 Either 0 (the default) to use the default dimension value ranking to order dimension search results or 1 to use relevance ranking.
 Exceptions
Exceptions
| Exception | Condition | 
|---|---|
| Endeca.Navigation..::..UrlENEQueryParseException | If unable to parse how the dimension search results should be ordered. | 





