Search Results for

    Show / Hide Table of Contents

    Interface ILowercaseTokenizer

    A tokenizer of type lowercase that performs the function of Letter Tokenizer and Lower Case Token Filter together.

    It divides text at non-letters and converts them to lower case.

    While it is functionally equivalent to the combination of Letter Tokenizer and Lower Case Token Filter,

    there is a performance advantage to doing the two tasks at once, hence this (redundant) implementation.

    Inherited Members
    ITokenizer.Type
    ITokenizer.Version
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface ILowercaseTokenizer : ITokenizer

    Extension Methods

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