Package version:

Interface StemmerTokenFilter

Language specific stemming filter. This token filter is implemented using Apache Lucene.

interface StemmerTokenFilter {
    language: StemmerTokenFilterLanguage;
    name: string;
    odatatype: "#Microsoft.Azure.Search.StemmerTokenFilter";
}

Hierarchy (view full)

Properties

The language to use.

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