Show / Hide Table of Contents

    Class ICUNormalizer2CharFilter

    Normalize token text with ICU's .

    Inheritance
    System.Object
    CharFilter
    BaseCharFilter
    ICUNormalizer2CharFilter
    Inherited Members
    BaseCharFilter.Correct(Int32)
    BaseCharFilter.LastCumulativeDiff
    BaseCharFilter.AddOffCorrectMap(Int32, Int32)
    CharFilter.m_input
    CharFilter.Dispose(Boolean)
    CharFilter.CorrectOffset(Int32)
    CharFilter.Read()
    CharFilter.Skip(Int32)
    CharFilter.Reset()
    CharFilter.IsReady
    CharFilter.IsMarkSupported
    CharFilter.Mark(Int32)
    Namespace: Lucene.Net.Analysis.Icu
    Assembly: Lucene.Net.ICU.dll
    Syntax
    public sealed class ICUNormalizer2CharFilter : BaseCharFilter

    Constructors

    | Improve this Doc View Source

    ICUNormalizer2CharFilter(TextReader)

    Create a new ICUNormalizer2CharFilter that combines NFKC normalization, Case Folding, and removes Default Ignorables (NFKC_Casefold).

    Declaration
    public ICUNormalizer2CharFilter(TextReader input)
    Parameters
    Type Name Description
    TextReader input
    | Improve this Doc View Source

    ICUNormalizer2CharFilter(TextReader, Normalizer2)

    Create a new ICUNormalizer2CharFilter with the specified .

    Declaration
    public ICUNormalizer2CharFilter(TextReader input, Normalizer2 normalizer)
    Parameters
    Type Name Description
    TextReader input

    Input text.

    Normalizer2 normalizer

    Normalizer to use.

    Methods

    | Improve this Doc View Source

    Read(Char[], Int32, Int32)

    Declaration
    public override int Read(char[] cbuf, int off, int len)
    Parameters
    Type Name Description
    System.Char[] cbuf
    System.Int32 off
    System.Int32 len
    Returns
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)