CommonGramTokenFilter interface

Construct bigrams for frequently occurring terms while indexing. Single terms are still indexed too, with bigrams overlaid. This token filter is implemented using Apache Lucene.

Extends

Properties

commonWords

The set of common words.

ignoreCase

A value indicating whether common words matching will be case insensitive. Default is false.

odatatype

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

useQueryMode

A value that indicates whether the token filter is in query mode. When in query mode, the token filter generates bigrams and then removes common words and single terms followed by a common word. 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

commonWords

The set of common words.

commonWords: string[]

Property Value

string[]

ignoreCase

A value indicating whether common words matching will be case insensitive. Default is false.

ignoreCase?: boolean

Property Value

boolean

odatatype

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

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

Property Value

"#Microsoft.Azure.Search.CommonGramTokenFilter"

useQueryMode

A value that indicates whether the token filter is in query mode. When in query mode, the token filter generates bigrams and then removes common words and single terms followed by a common word. Default is false.

useQueryMode?: 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