SearchableField.AnalyzerName 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 language analyzer. This property cannot be set when either SearchAnalyzerName or IndexAnalyzerName are set. Once the analyzer is chosen, it cannot be changed for the field in the index.
public Azure.Search.Documents.Indexes.Models.LexicalAnalyzerName? AnalyzerName { get; set; }
member this.AnalyzerName : Nullable<Azure.Search.Documents.Indexes.Models.LexicalAnalyzerName> with get, set
Public Property AnalyzerName As Nullable(Of LexicalAnalyzerName)
Property Value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET