Gets or sets the strategy used for relevance ranking records.
            
    Namespace: 
   Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
 Syntax
Syntax
| C# | 
|---|
| [TypeConverterAttribute(typeof(SearchConverter))] [CommandParameterPropertyAttribute(Key = "Nrk")] public Search RelevanceRanking { get; set; } | 
| Visual Basic (Declaration) | 
|---|
| <TypeConverterAttribute(GetType(SearchConverter))> _ <CommandParameterPropertyAttribute(Key := "Nrk")> _ Public Property RelevanceRanking As Search | 
| Visual C++ | 
|---|
| [TypeConverterAttribute(typeof(SearchConverter))] [CommandParameterPropertyAttribute(Key = L"Nrk")] public: property Search^ RelevanceRanking { Search^ get (); void set (Search^ value); } | 





