ElisionTokenFilter interface

Removes elisions. For example, "l'avion" (the plane) will be converted to "avion" (plane). This token filter is implemented using Apache Lucene.

Extends

Properties

articles

The set of articles to remove.

odatatype

Polymorphic discriminator, which specifies the different types this object can be

Inherited Properties

name

The name of the token filter. It must only contain letters, digits, spaces, dashes or underscores, can only start and end with alphanumeric characters, and is limited to 128 characters.

Property Details

articles

The set of articles to remove.

articles?: string[]

Property Value

string[]

odatatype

Polymorphic discriminator, which specifies the different types this object can be

odatatype: "#Microsoft.Azure.Search.ElisionTokenFilter"

Property Value

"#Microsoft.Azure.Search.ElisionTokenFilter"

Inherited Property Details

name

The name of the token filter. It must only contain letters, digits, spaces, dashes or underscores, can only start and end with alphanumeric characters, and is limited to 128 characters.

name: string

Property Value

string

Inherited From BaseTokenFilter.name