Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StemmerOverrideTokenFilter

Package version

Provides the ability to override other stemming filters with custom dictionary-based stemming. Any dictionary-stemmed terms will be marked as keywords so that they will not be stemmed with stemmers down the chain. Must be placed before any stemming filters. This token filter is implemented using Apache Lucene.

Hierarchy

  • StemmerOverrideTokenFilter

Index

Properties

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

Polymorphic Discriminator

rules

rules: string[]

A list of stemming rules in the following format: "word => stem", for example: "ran => run".

Generated using TypeDoc