Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LengthTokenFilter

Package version

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

Hierarchy

  • LengthTokenFilter

Index

Properties

Properties

Optional max

max: undefined | number

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

Optional min

min: undefined | number

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

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

Polymorphic Discriminator

Generated using TypeDoc