SearchParameters.ScoringParameters Property

Definition

Gets or sets the list of parameter values to be used in scoring functions (for example, referencePointParameter) using the format name-values. 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).

[Newtonsoft.Json.JsonIgnore]
public System.Collections.Generic.IList<Microsoft.Azure.Search.Models.ScoringParameter> ScoringParameters { get; set; }
[<Newtonsoft.Json.JsonIgnore>]
member this.ScoringParameters : System.Collections.Generic.IList<Microsoft.Azure.Search.Models.ScoringParameter> with get, set
Public Property ScoringParameters As IList(Of ScoringParameter)

Property Value

Attributes
Newtonsoft.Json.JsonIgnoreAttribute

Applies to