UniqueTokenFilter interface

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

Extends

Properties

odatatype

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

onlyOnSamePosition

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

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

odatatype

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

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

Property Value

"#Microsoft.Azure.Search.UniqueTokenFilter"

onlyOnSamePosition

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

onlyOnSamePosition?: boolean

Property Value

boolean

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