Uses of Class
org.apache.lucene.analysis.BaseCharFilter

Packages that use BaseCharFilter
org.apache.lucene.analysis API and code to convert text into indexable/searchable tokens. 
 

Uses of BaseCharFilter in org.apache.lucene.analysis
 

Subclasses of BaseCharFilter in org.apache.lucene.analysis
 class MappingCharFilter
          Simplistic CharFilter that applies the mappings contained in a NormalizeCharMap to the character stream, and correcting the resulting changes to the offsets.
 



Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.