Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PatternCaptureTokenFilter

Package version

Uses Java regexes to emit multiple tokens - one for each capture group in one or more patterns. This token filter is implemented using Apache Lucene.

Hierarchy

  • PatternCaptureTokenFilter

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

Polymorphic Discriminator

patterns

patterns: string[]

A list of patterns to match against each token.

Optional preserveOriginal

preserveOriginal: undefined | false | true

A value indicating whether to return the original token even if one of the patterns matches. Default is true. Default value: true.

Generated using TypeDoc