Uses of Interface
org.apache.accumulo.examples.wikisearch.normalizer.Normalizer

Packages that use Normalizer
org.apache.accumulo.examples.wikisearch.normalizer   
 

Uses of Normalizer in org.apache.accumulo.examples.wikisearch.normalizer
 

Classes in org.apache.accumulo.examples.wikisearch.normalizer that implement Normalizer
 class LcNoDiacriticsNormalizer
          An Normalizer which performs the following steps: Unicode canonical decomposition (Normalizer.Form.NFD) Removal of diacritical marks Unicode canonical composition (Normalizer.Form.NFC) lower casing in the English local
 class NoOpNormalizer
           
 class NumberNormalizer
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.