KeywordMarkerTokenFilter Class

Definition

Marks terms as keywords. This token filter is implemented using Apache Lucene. http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/miscellaneous/KeywordMarkerFilter.html

[Newtonsoft.Json.JsonObject("#Microsoft.Azure.Search.KeywordMarkerTokenFilter")]
public class KeywordMarkerTokenFilter : Microsoft.Azure.Search.Models.TokenFilter
[<Newtonsoft.Json.JsonObject("#Microsoft.Azure.Search.KeywordMarkerTokenFilter")>]
type KeywordMarkerTokenFilter = class
    inherit TokenFilter
Public Class KeywordMarkerTokenFilter
Inherits TokenFilter
Inheritance
KeywordMarkerTokenFilter
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

KeywordMarkerTokenFilter()

Initializes a new instance of the KeywordMarkerTokenFilter class.

KeywordMarkerTokenFilter(String, IList<String>, Nullable<Boolean>)

Initializes a new instance of the KeywordMarkerTokenFilter class.

Properties

IgnoreCase

Gets or sets a value indicating whether to ignore case. If true, all words are converted to lower case first. Default is false.

Keywords

Gets or sets a list of words to mark as keywords.

Name

Gets or sets 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)

Methods

Validate()

Validate the object.

Applies to