Compartir a través de


StopwordsTokenFilter.StopwordsList Propiedad

Definición

Obtiene o establece una lista predefinida de palabras irrelevantes que se van a usar. Esta propiedad y la propiedad stopwords no se pueden establecer. El valor predeterminado es inglés. Entre los valores posibles se incluyen: "árabe", "armenio", "vasco", "brasileño", "búlgaro", 'catalan', 'czech', 'danish', 'dutch', 'english', 'finnish', 'french', 'gallega', 'german', 'greek', 'hindi', 'húngaro', 'indonesia', 'irish', 'italian', 'letón', 'norwegian', 'persian', 'portuguese', 'rum', '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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a