IndexAnalyzerAttribute(String) Constructor

Definition

Indicates that the specified analyzer should be used.

public IndexAnalyzerAttribute (string analyzerName);
new Microsoft.Azure.Search.IndexAnalyzerAttribute : string -> Microsoft.Azure.Search.IndexAnalyzerAttribute
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