Compartir a través de


SearchResult<T>.Highlights Propiedad

Definición

Obtiene fragmentos de texto del documento que indican los términos de búsqueda coincidentes, organizados por cada campo aplicable; null si el resaltado de referencias no se ha habilitado para la consulta.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a