Condividi tramite


Suggester.SourceFields Property

Definition

Gets or sets the list of field names to which the suggester applies. Each field must be searchable.

[Newtonsoft.Json.JsonProperty(PropertyName="sourceFields")]
public System.Collections.Generic.IList<string> SourceFields { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="sourceFields")>]
member this.SourceFields : System.Collections.Generic.IList<string> with get, set
Public Property SourceFields As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to