LengthTokenFilter interface

Removes words that are too long or too short. This token filter is implemented using Apache Lucene.

Extends

Properties

maxLength

The maximum length in characters. Default and maximum is 300.

minLength

The minimum length in characters. Default is 0. Maximum is 300. Must be less than the value of max.

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

maxLength

The maximum length in characters. Default and maximum is 300.

maxLength?: number

Property Value

number

minLength

The minimum length in characters. Default is 0. Maximum is 300. Must be less than the value of max.

minLength?: number

Property Value

number

odatatype

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

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

Property Value

"#Microsoft.Azure.Search.LengthTokenFilter"

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