UniqueTokenFilter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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
Azure SDK for .NET