SearchField.SearchAnalyzerName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the name of the analyzer used at search time for the field. This option can be used only with searchable fields. It must be set together with IndexAnalyzerName 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. This analyzer can be updated on an existing field. Must be null for complex fields.
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)