Analyzer Constructors

Definition

Overloads

Analyzer()

Initializes a new instance of the Analyzer class.

Analyzer(String)

Initializes a new instance of the Analyzer class.

Analyzer()

Source:
Analyzer.cs

Initializes a new instance of the Analyzer class.

public Analyzer ();
Public Sub New ()

Applies to

Analyzer(String)

Source:
Analyzer.cs

Initializes a new instance of the Analyzer class.

public Analyzer (string name);
new Microsoft.Azure.Search.Models.Analyzer : string -> Microsoft.Azure.Search.Models.Analyzer
Public Sub New (name As String)

Parameters

name
String

The name of the analyzer. It must only contain letters, digits, spaces, dashes or underscores, can only start and end with alphanumeric characters, and is limited to 128 characters.

Applies to