Java org.apache.lucene.analysis.icu ICUNormalizer2CharFilter fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.analysis.icu ICUNormalizer2CharFilter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.analysis.icu ICUNormalizer2CharFilter.

The text is from its open source code.

Constructor

ICUNormalizer2CharFilter(Reader in, Normalizer2 normalizer)
Create a new Normalizer2CharFilter with the specified Normalizer2
ICUNormalizer2CharFilter(Reader in)
Create a new Normalizer2CharFilter that combines NFKC normalization, Case Folding, and removes Default Ignorables (NFKC_Casefold)