SearchParameters.HighlightFields プロパティ

定義

ヒット ハイライトに使用するフィールド名の一覧を取得または設定します。 検索可能なフィールドのみを、ヒット強調表示に使用できます。

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

プロパティ値

属性
Newtonsoft.Json.JsonIgnoreAttribute

適用対象