Original commit message

ChangeScribe message

LUCENE-4072: add factory

BUG - FEATURE: <type-ID>


This is a degenerate modifier commit: this change set is composed of empty, incidental, and abstract methods. These methods indicate that a new feature is planned. This change set is mainly composed of:


1. Changes to package org.apache.lucene.analysis.icu:


1.1. Add a MultiTermAwareComponent implementation, and CharFilterFactory extension for iCU normalizer 2 char filter factory. It allows to:


Instantiate iCU normalizer 2 char filter factory with args map;

Create input reader;

Get multi term component


Referenced by:

TestICUNormalizer2CharFilterFactory class