Index.Suggesters Property

Definition

Gets or sets the suggesters for the index.

[Newtonsoft.Json.JsonProperty(PropertyName="suggesters")]
public System.Collections.Generic.IList<Microsoft.Azure.Search.Models.Suggester> Suggesters { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="suggesters")>]
member this.Suggesters : System.Collections.Generic.IList<Microsoft.Azure.Search.Models.Suggester> with get, set
Public Property Suggesters As IList(Of Suggester)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to