UniqueTokenFilter Class

Definition

Filters out tokens with same text as the previous token. This token filter is implemented using Apache Lucene. http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/miscellaneous/RemoveDuplicatesTokenFilter.html

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

Constructors

UniqueTokenFilter()

Initializes a new instance of the UniqueTokenFilter class.

UniqueTokenFilter(String, Nullable<Boolean>)

Initializes a new instance of the UniqueTokenFilter class.

Properties

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)
OnlyOnSamePosition

Gets or sets a value indicating whether to remove duplicates only at the same position. Default is false.

Methods

Validate()

Validate the object.

Applies to