Partager via


StopAnalyzer Constructeurs

Définition

Surcharges

StopAnalyzer()

Initialise une nouvelle instance de la classe StopAnalyzer.

StopAnalyzer(String, IList<String>)

Initialise une nouvelle instance de la classe StopAnalyzer.

StopAnalyzer()

Source:
StopAnalyzer.cs

Initialise une nouvelle instance de la classe StopAnalyzer.

public StopAnalyzer ();
Public Sub New ()

S’applique à

StopAnalyzer(String, IList<String>)

Source:
StopAnalyzer.cs

Initialise une nouvelle instance de la classe StopAnalyzer.

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)

Paramètres

name
String

Nom de l’analyseur. Il doit contenir uniquement des lettres, des chiffres, des espaces, des tirets ou des traits de soulignement. Il doit commencer et se terminer uniquement par des caractères alphanumériques, et ne doit pas dépasser 128 caractères.

stopwords
IList<String>

Liste de mots vides.

S’applique à