Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AsciiFoldingTokenFilter

Package version

Converts alphabetic, numeric, and symbolic Unicode characters which are not in the first 127 ASCII characters (the "Basic Latin" Unicode block) into their ASCII equivalents, if such equivalents exist. This token filter is implemented using Apache Lucene.

Hierarchy

  • AsciiFoldingTokenFilter

Index

Properties

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

Polymorphic Discriminator

Optional preserveOriginal

preserveOriginal: undefined | false | true

A value indicating whether the original token will be kept. Default is false. Default value: false.

Generated using TypeDoc