Search Results for

    Show / Hide Table of Contents

    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.

    Inherited Members
    ITokenFilter.Type
    ITokenFilter.Version
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IAsciiFoldingTokenFilter : ITokenFilter

    Properties

    | Edit this page View Source

    PreserveOriginal

    Declaration
    [DataMember(Name = "preserve_original")]
    bool? PreserveOriginal { get; set; }
    Property Value
    Type Description
    bool?

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • PreserveOriginal
    • Extension Methods
    Back to top Generated by DocFX