AnalyzeTextOptions.AnalyzerName Property

Definition

The name of the analyzer to use to break the given text. If this parameter is not specified, you must specify a tokenizer instead. The tokenizer and analyzer parameters are mutually exclusive.

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

Property Value

Applies to