SearchParameters.HighlightFields Property

Definition

Gets or sets the list of field names to use for hit highlights. Only searchable fields can be used for hit highlighting.

[Newtonsoft.Json.JsonIgnore]
public System.Collections.Generic.IList<string> HighlightFields { get; set; }
[<Newtonsoft.Json.JsonIgnore>]
member this.HighlightFields : System.Collections.Generic.IList<string> with get, set
Public Property HighlightFields As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonIgnoreAttribute

Applies to