Search Results for

    Show / Hide Table of Contents

    Interface IIcuFoldingTokenFilter

    Case folding of Unicode characters based on UTR#30, like the ASCII-folding token filter on steroids.

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

    Requires analysis-icu plugin to be installed

    Properties

    | Edit this page View Source

    UnicodeSetFilter

    Which letters are folded can be controlled by specifying the unicodeSetFilter parameter, which accepts a UnicodeSet.

    Declaration
    [DataMember(Name = "unicode_set_filter")]
    string UnicodeSetFilter { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

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