Partager via


StopwordsTokenFilter.StopwordsList Propriété

Définition

Obtient ou définit une liste prédéfinie de mots vides à utiliser. Cette propriété et la propriété stopwords ne peuvent pas être définies. La valeur par défaut est l’anglais. Les valeurs possibles sont les suivantes : 'arabic', 'armenian', 'basque', 'brazilian', 'bulgare', 'catalan', 'czech', 'danish', 'dutch', 'english', 'finnish', 'français', 'galicien', 'allemand', 'greek', 'hindi', 'hongrois', 'indonésien', 'irish', 'italian', 'letton', 'norwegian', 'persan', 'portugais', 'roumain', 'russe', 'sorani', 'espagnol', 'suédois', 'thai', 'turc'

[Newtonsoft.Json.JsonProperty(PropertyName="stopwordsList")]
public Microsoft.Azure.Search.Models.StopwordsList? StopwordsList { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="stopwordsList")>]
member this.StopwordsList : Nullable<Microsoft.Azure.Search.Models.StopwordsList> with get, set
Public Property StopwordsList As Nullable(Of StopwordsList)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à