次の方法で共有


SearchResult<T>.Highlights プロパティ

定義

該当する各フィールドで整理された、一致する検索語句を示すテキスト フラグメントをドキュメントから取得します。クエリでヒット強調表示が有効になっていない場合は null。

[Newtonsoft.Json.JsonProperty(PropertyName="@search.highlights")]
public System.Collections.Generic.IDictionary<string,System.Collections.Generic.IList<string>> Highlights { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="@search.highlights")>]
member this.Highlights : System.Collections.Generic.IDictionary<string, System.Collections.Generic.IList<string>>
Public ReadOnly Property Highlights As IDictionary(Of String, IList(Of String))

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象