KeywordMarkerTokenFilter Class

Definition

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

public class KeywordMarkerTokenFilter : Azure.Search.Documents.Indexes.Models.TokenFilter
type KeywordMarkerTokenFilter = class
    inherit TokenFilter
Public Class KeywordMarkerTokenFilter
Inherits TokenFilter
Inheritance
KeywordMarkerTokenFilter

Constructors

KeywordMarkerTokenFilter(String, IEnumerable<String>)

Initializes a new instance of KeywordMarkerTokenFilter.

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.

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.

(Inherited from TokenFilter)

Applies to