Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CommonGramTokenFilter

Package version

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.

Hierarchy

  • CommonGramTokenFilter

Index

Properties

commonWords

commonWords: string[]

The set of common words.

Optional ignoreCase

ignoreCase: undefined | false | true

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

name

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

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

Polymorphic Discriminator

Optional useQueryMode

useQueryMode: undefined | false | true

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. Default value: false.

Generated using TypeDoc