Share via


SearchResult<T>.Highlights Property

Definition

Text fragments from the document that indicate the matching search terms, organized by each applicable field; null if hit highlighting was not enabled for the query.

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))

Property Value

Applies to