次の方法で共有


SearchResult<T>.Highlights プロパティ

定義

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

public System.Collections.Generic.IDictionary<string,System.Collections.Generic.IList<string>> Highlights { get; }
member this.Highlights : System.Collections.Generic.IDictionary<string, System.Collections.Generic.IList<string>>
Public ReadOnly Property Highlights As IDictionary(Of String, IList(Of String))

プロパティ値

適用対象