SearchResult<T>.Highlights Property

Definition

Gets 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.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to