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. 
org.apache.lucene.analysis.pt Analyzer for Portuguese. 
 

Uses of CharArraySet in org.apache.lucene.analysis
 

Fields in org.apache.lucene.analysis declared as CharArraySet
static CharArraySet CharArraySet.EMPTY_SET
           
protected  CharArraySet StopwordAnalyzerBase.stopwords
          An immutable stopword set
 

Methods in org.apache.lucene.analysis that return CharArraySet
static CharArraySet CharArraySet.copy(Set<?> set)
          Deprecated. use copy(Version, Set) instead.
static CharArraySet CharArraySet.copy(Version matchVersion, Set<?> set)
          Returns a copy of the given set as a CharArraySet.
 CharArraySet CharArrayMap.keySet()
          Returns an CharArraySet view on the map's keys.
protected static CharArraySet StopwordAnalyzerBase.loadStopwordSet(boolean ignoreCase, Class<? extends ReusableAnalyzerBase> aClass, String resource, String comment)
          Creates a CharArraySet from a file resource associated with a class.
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.
 

Constructors in org.apache.lucene.analysis with parameters of type CharArraySet
KeywordMarkerFilter(TokenStream in, CharArraySet keywordSet)
          Create a new KeywordMarkerFilter, that marks the current token as a keyword if the tokens term buffer is contained in the given set via the KeywordAttribute.
 

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

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

Methods in org.apache.lucene.analysis.compound with parameters of type CharArraySet
protected static void CompoundWordTokenFilterBase.addAllLowerCase(CharArraySet target, Collection<?> col)
           
 

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

Fields in org.apache.lucene.analysis.pt declared as CharArraySet
protected  CharArraySet RSLPStemmerBase.RuleWithSetExceptions.exceptions
           
 



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