Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CjkBigramTokenFilter

Package version

Forms bigrams of CJK terms that are generated from StandardTokenizer. This token filter is implemented using Apache Lucene.

Hierarchy

  • CjkBigramTokenFilter

Index

Properties

Optional ignoreScripts

The scripts to ignore.

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.CjkBigramTokenFilter"

Polymorphic Discriminator

Optional outputUnigrams

outputUnigrams: undefined | false | true

A value indicating whether to output both unigrams and bigrams (if true), or just bigrams (if false). Default is false. Default value: false.

Generated using TypeDoc