共用方式為


StopwordsTokenFilter.StopwordsList Property

Definition

A predefined list of stopwords to use. This property and the stopwords property cannot both be set. Default is English.

public Azure.Search.Documents.Indexes.Models.StopwordsList? StopwordsList { get; set; }
member this.StopwordsList : Nullable<Azure.Search.Documents.Indexes.Models.StopwordsList> with get, set
Public Property StopwordsList As Nullable(Of StopwordsList)

Property Value

Applies to