SearchParameters.ScoringParameters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.