次の方法で共有


IndexAnalyzerAttribute(String) コンストラクター

定義

指定したアナライザーを使用する必要があることを示します。

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

パラメーター

analyzerName
String

アナライザーの名前。 の名前 AnalyzerName.AsString またはカスタム アナライザーの名前のいずれかを使用します。

適用対象