SearchParameters.ScoringParameters Property
Optional. Gets or sets the list of parameter values to be used in scoring functions (for example, referencePointParameter) using the format name:value. For example, if the scoring profile defines a function with a parameter called 'mylocation' the parameter string would be "mylocation:-122.2,44.8"(without the quotes).
Namespace: Microsoft.Azure.Search.Models
Assembly: Microsoft.Azure.Search (in Microsoft.Azure.Search.dll)
Usage
'Usage
Dim instance As SearchParameters
Dim value As IList(Of String)
value = instance.ScoringParameters
instance.ScoringParameters = value
Syntax
'Declaration
Public Property ScoringParameters As IList(Of String)
public IList<string> ScoringParameters { get; set; }
public:
property IList<String^>^ ScoringParameters {
IList<String^>^ get ();
void set (IList<String^>^ value);
}
/** @property */
public IList<String> get_ScoringParameters ()
/** @property */
public void set_ScoringParameters (IList<String> value)
public function get ScoringParameters () : IList<String>
public function set ScoringParameters (value : IList<String>)
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
SearchParameters Class
SearchParameters Members
Microsoft.Azure.Search.Models Namespace