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.
public class UniqueTokenFilter : Azure.Search.Documents.Indexes.Models.TokenFilter
type UniqueTokenFilter = class
inherit TokenFilter
Public Class UniqueTokenFilter
Inherits TokenFilter
- Inheritance
Constructors
UniqueTokenFilter(String) |
Initializes a new instance of UniqueTokenFilter. |
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. (Inherited from TokenFilter) |
OnlyOnSamePosition |
A value indicating whether to remove duplicates only at the same position. Default is false. |
Applies to
Azure SDK for .NET