Package version:

Interface UniqueTokenFilter

Filters out tokens with same text as the previous token. This token filter is implemented using Apache Lucene.

interface UniqueTokenFilter {
    name: string;
    odatatype: "#Microsoft.Azure.Search.UniqueTokenFilter";
    onlyOnSamePosition?: boolean;
}

Hierarchy (view full)

Properties

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

onlyOnSamePosition?: boolean

A value indicating whether to remove duplicates only at the same position. Default is false.