SearchAnalyzerAttribute(String) Constructor

Definition

Indicates that the specified analyzer should be used.

public SearchAnalyzerAttribute (string analyzerName);
new Microsoft.Azure.Search.SearchAnalyzerAttribute : string -> Microsoft.Azure.Search.SearchAnalyzerAttribute
Public Sub New (analyzerName As String)

Parameters

analyzerName
String

The name of the analyzer. Use one of the names in AnalyzerName.AsString or the name of a custom analyzer.

Applies to