StopwordsTokenFilter.StopwordsList Property

Definition

Gets or sets a predefined list of stopwords to use. This property and the stopwords property cannot both be set. Default is English. Possible values include: 'arabic', 'armenian', 'basque', 'brazilian', 'bulgarian', 'catalan', 'czech', 'danish', 'dutch', 'english', 'finnish', 'french', 'galician', 'german', 'greek', 'hindi', 'hungarian', 'indonesian', 'irish', 'italian', 'latvian', 'norwegian', 'persian', 'portuguese', '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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to