Interface IAsciiFoldingTokenFilter
A token filter of type asciifolding that 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 one exists.
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IAsciiFoldingTokenFilter : ITokenFilter
Properties
| Edit this page View SourcePreserveOriginal
Declaration
[DataMember(Name = "preserve_original")]
bool? PreserveOriginal { get; set; }
Property Value
Type | Description |
---|---|
bool? |