AsciiFoldingTokenFilter Class

Definition

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. http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/miscellaneous/ASCIIFoldingFilter.html

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

Constructors

AsciiFoldingTokenFilter()

Initializes a new instance of the AsciiFoldingTokenFilter class.

AsciiFoldingTokenFilter(String, Nullable<Boolean>)

Initializes a new instance of the AsciiFoldingTokenFilter 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)
PreserveOriginal

Gets or sets a value indicating whether the original token will be kept. Default is false.

Methods

Validate()

Validate the object.

Applies to