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

Packages that use CharArraySet
org.apache.lucene.analysis API and code to convert text into indexable/searchable tokens. 
org.apache.lucene.analysis.compound A filter that decomposes compound words you find in many Germanic languages into the word parts. 
 

Uses of CharArraySet in org.apache.lucene.analysis
 

Fields in org.apache.lucene.analysis declared as CharArraySet
static CharArraySet CharArraySet.EMPTY_SET
           
 

Methods in org.apache.lucene.analysis that return CharArraySet
static CharArraySet CharArraySet.copy(Set<?> set)
          Returns a copy of the given set as a CharArraySet.
static CharArraySet CharArraySet.unmodifiableSet(CharArraySet set)
          Returns an unmodifiable CharArraySet.
 

Methods in org.apache.lucene.analysis with parameters of type CharArraySet
static CharArraySet CharArraySet.unmodifiableSet(CharArraySet set)
          Returns an unmodifiable CharArraySet.
 

Uses of CharArraySet in org.apache.lucene.analysis.compound
 

Fields in org.apache.lucene.analysis.compound declared as CharArraySet
protected  CharArraySet CompoundWordTokenFilterBase.dictionary
           
 



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