次の方法で共有


SearchParameters.ScoringParameters プロパティ

定義

name-values の形式を使用して、スコアリング関数で使用されるパラメーター値の一覧 (referencePointParameter など) を取得または設定します。 たとえば、スコアリング プロファイルで "mylocation" というパラメーターを持つ関数が定義されている場合、パラメーター文字列は "mylocation---122.2,44.8" になります (引用符は使用しません)。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonIgnoreAttribute

適用対象