Freigeben über


StopwordsTokenFilter.StopwordsList Eigenschaft

Definition

Ruft eine vordefinierte Liste der zu verwendenden Stoppwörter ab oder legt diese fest. Diese Eigenschaft und die Stopwords-Eigenschaft können nicht beide festgelegt werden. Der Standardwert ist Englisch. Mögliche Werte sind: "arabisch", "armenisch", "baskisch", "brasilianisch", "bulgarisch", "katalanisch", "czech", "danish", "dutch", "english", "finnish", "french", "galician", "german", "greek", "hindi", "hungarian", "indonesian", "irish", "italian", "letnn", "norwegian", "persian", "portugiesisch", "romanian", "russian", "sorani", "spanish", "swedish", "thai", "turkish"

[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)

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Gilt für: