SearchableField.SearchAnalyzerName Property

Definition

Gets or sets the name of the language analyzer for searching. This property must be set together with IndexAnalyzerName, and cannot be set when AnalyzerName is set. This property cannot be set to the name of a language analyzer; use the AnalyzerName property instead if you need a language analyzer. Once the analyzer is chosen, it cannot be changed for the field in the index.

public Azure.Search.Documents.Indexes.Models.LexicalAnalyzerName? SearchAnalyzerName { get; set; }
member this.SearchAnalyzerName : Nullable<Azure.Search.Documents.Indexes.Models.LexicalAnalyzerName> with get, set
Public Property SearchAnalyzerName As Nullable(Of LexicalAnalyzerName)

Property Value

Applies to