SearchField.IndexAnalyzerName Property

Definition

Gets or sets the name of the analyzer used at indexing time for the field. This option can be used only with searchable fields. It must be set together with SearchAnalyzerName and it cannot be set together with the AnalyzerName option. 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. Must be null for complex fields.

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

Property Value

Applies to