AsciiFoldingTokenFilter 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.
Converts alphabetic, numeric, and symbolic Unicode characters which are not in the first 127 ASCII characters (the "Basic Latin" Unicode block) into their ASCII equivalents, if such equivalents exist. This token filter is implemented using Apache Lucene.
public class AsciiFoldingTokenFilter : Azure.Search.Documents.Indexes.Models.TokenFilter
type AsciiFoldingTokenFilter = class
inherit TokenFilter
Public Class AsciiFoldingTokenFilter
Inherits TokenFilter
- Inheritance
Constructors
AsciiFoldingTokenFilter(String) |
Initializes a new instance of AsciiFoldingTokenFilter. |
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) |
PreserveOriginal |
A value indicating whether the original token will be kept. Default is false. |
Applies to
Azure SDK for .NET