SearchResult<T>.Highlights Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.