Search Results for

    Show / Hide Table of Contents

    Interface ILowercaseTokenFilter

    A token filter of type lowercase that normalizes token text to lower case.

    Lowercase token filter supports Greek and Turkish lowercase token filters through the language parameter.

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

    Properties

    | Edit this page View Source

    Language

    Lowercase token filter supports Greek, Irish, and Turkish lowercase token filters through the language parameter

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

    Extension Methods

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