Class IcuNormalizerCharFilterFactory

All Implemented Interfaces:
CharFilterFactory, NormalizingCharFilterFactory, IndexComponent

public class IcuNormalizerCharFilterFactory extends AbstractCharFilterFactory implements NormalizingCharFilterFactory
Uses the ICUNormalizer2CharFilter to normalize character.

The name can be used to provide the type of normalization to perform.

The mode can be used to provide 'compose' or 'decompose'. Default is compose.

The unicodeSetFilter attribute can be used to provide the UniCodeSet for filtering.