Package version:

Interface ElisionTokenFilter

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

interface ElisionTokenFilter {
    articles?: string[];
    name: string;
    odatatype: "#Microsoft.Azure.Search.ElisionTokenFilter";
}

Hierarchy (view full)

Properties

articles?: string[]

The set of articles to remove.

name: string

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.

odatatype

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