StopAnalyzer Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
StopAnalyzer() |
Initializes a new instance of the StopAnalyzer class. |
StopAnalyzer(String, IList<String>) |
Initializes a new instance of the StopAnalyzer class. |
StopAnalyzer()
- Source:
- StopAnalyzer.cs
Initializes a new instance of the StopAnalyzer class.
public StopAnalyzer ();
Public Sub New ()
Applies to
StopAnalyzer(String, IList<String>)
- Source:
- StopAnalyzer.cs
Initializes a new instance of the StopAnalyzer class.
public StopAnalyzer (string name, System.Collections.Generic.IList<string> stopwords = default);
new Microsoft.Azure.Search.Models.StopAnalyzer : string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Search.Models.StopAnalyzer
Public Sub New (name As String, Optional stopwords As IList(Of String) = Nothing)
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
Azure SDK for .NET