次の方法で共有


Index.DefaultScoringProfile プロパティ

定義

クエリで何も指定されていない場合に使用するスコアリング プロファイルの名前を取得または設定します。 このプロパティが設定されておらず、クエリでスコアリング プロファイルが指定されていない場合は、既定のスコアリング (tf-idf) が使用されます。

[Newtonsoft.Json.JsonProperty(PropertyName="defaultScoringProfile")]
public string DefaultScoringProfile { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="defaultScoringProfile")>]
member this.DefaultScoringProfile : string with get, set
Public Property DefaultScoringProfile As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象