Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class ICUNormalizer2CharFilter

    Normalize token text with ICU's ICU4N.Text.Normalizer2.

    Inheritance
    System.Object
    System.MarshalByRefObject
    System.IO.TextReader
    Lucene.Net.Analysis.CharFilter
    Lucene.Net.Analysis.CharFilters.BaseCharFilter
    ICUNormalizer2CharFilter
    Implements
    System.IDisposable
    Inherited Members
    Lucene.Net.Analysis.CharFilters.BaseCharFilter.Correct(System.Int32)
    Lucene.Net.Analysis.CharFilters.BaseCharFilter.LastCumulativeDiff
    Lucene.Net.Analysis.CharFilters.BaseCharFilter.AddOffCorrectMap(System.Int32, System.Int32)
    Lucene.Net.Analysis.CharFilter.m_input
    CharFilter.Dispose(Boolean)
    CharFilter.CorrectOffset(Int32)
    Lucene.Net.Analysis.CharFilter.Read()
    CharFilter.Skip(Int32)
    Lucene.Net.Analysis.CharFilter.Reset()
    Lucene.Net.Analysis.CharFilter.IsReady
    Lucene.Net.Analysis.CharFilter.IsMarkSupported
    CharFilter.Mark(Int32)
    System.IO.TextReader.Null
    System.IO.TextReader.Close()
    System.IO.TextReader.Dispose()
    System.IO.TextReader.Peek()
    System.IO.TextReader.ReadAsync(System.Char[], System.Int32, System.Int32)
    System.IO.TextReader.ReadBlock(System.Char[], System.Int32, System.Int32)
    System.IO.TextReader.ReadBlockAsync(System.Char[], System.Int32, System.Int32)
    System.IO.TextReader.ReadLine()
    System.IO.TextReader.ReadLineAsync()
    System.IO.TextReader.ReadToEnd()
    System.IO.TextReader.ReadToEndAsync()
    System.IO.TextReader.Synchronized(System.IO.TextReader)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Lucene.Net.Analysis.Icu
    Assembly: Lucene.Net.ICU.dll
    Syntax
    public sealed class ICUNormalizer2CharFilter : BaseCharFilter, IDisposable

    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
    System.IO.TextReader input
    | Improve this Doc View Source

    ICUNormalizer2CharFilter(TextReader, Normalizer2)

    Create a new ICUNormalizer2CharFilter with the specified ICU4N.Text.Normalizer2.

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

    Input text.

    ICU4N.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
    Overrides
    CharFilter.Read(Char[], Int32, Int32)

    Implements

    System.IDisposable
    • Improve this Doc
    • View Source
    Back to top Copyright © 2021 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.