Index.Analyzers Property

Definition

Gets or sets the analyzers for the index.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to