Search Results for

    Show / Hide Table of Contents

    Interface IIcuTransformTokenFilter

    Transforms are used to process Unicode text in many different ways, such as case mapping, normalization, transliteration and bidirectional text handling.

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

    Requires analysis-icu plugin to be installed

    Properties

    | Edit this page View Source

    Direction

    Specify text direction with the dir parameter which accepts forward (default) for LTR and reverse for RTL.

    Declaration
    [DataMember(Name = "dir")]
    IcuTransformDirection? Direction { get; set; }
    Property Value
    Type Description
    IcuTransformDirection?
    | Edit this page View Source

    Id

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

    Extension Methods

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