SuggestParameters.SearchFields プロパティ

定義

指定した検索テキストを検索するフィールド名の一覧を取得または設定します。 ターゲット フィールドは、指定した suggester に含まれている必要があります。

[Newtonsoft.Json.JsonIgnore]
public System.Collections.Generic.IList<string> SearchFields { get; set; }
[<Newtonsoft.Json.JsonIgnore>]
member this.SearchFields : System.Collections.Generic.IList<string> with get, set
Public Property SearchFields As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonIgnoreAttribute

適用対象