KeywordMarkerTokenFilter interface

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

Extends

Properties

ignoreCase

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

keywords

A list of words to mark as keywords.

odatatype

Polymorphic discriminator, which specifies the different types this object can be

Inherited Properties

name

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.

Property Details

ignoreCase

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

ignoreCase?: boolean

Property Value

boolean

keywords

A list of words to mark as keywords.

keywords: string[]

Property Value

string[]

odatatype

Polymorphic discriminator, which specifies the different types this object can be

odatatype: "#Microsoft.Azure.Search.KeywordMarkerTokenFilter"

Property Value

"#Microsoft.Azure.Search.KeywordMarkerTokenFilter"

Inherited Property Details

name

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.

name: string

Property Value

string

Inherited From BaseTokenFilter.name