Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KeywordMarkerTokenFilter

Package version

Marks terms as keywords. This token filter is implemented using Apache Lucene.

Hierarchy

  • KeywordMarkerTokenFilter

Index

Properties

Optional ignoreCase

ignoreCase: undefined | false | true

A value indicating whether to ignore case. If true, all words are converted to lower case first. Default is false. Default value: false.

keywords

keywords: string[]

A list of words to mark as keywords.

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

Polymorphic Discriminator

Generated using TypeDoc