Uses of Class
org.apache.lucene.analysis.CharArrayMap
Packages that use CharArrayMap
Package
Description
Text analysis.
Normalization of text before the tokenizer.
Analyzer for English.
Analyzer for Dutch.
-
Uses of CharArrayMap in org.apache.lucene.analysis
Subclasses of CharArrayMap in org.apache.lucene.analysisModifier and TypeClassDescriptionprivate static final classEmptyCharArrayMap.UnmodifiableCharArrayMapoptimized for speed.(package private) static classFields in org.apache.lucene.analysis declared as CharArrayMapModifier and TypeFieldDescriptionprivate static final CharArrayMap<?> CharArrayMap.EMPTY_MAPprivate final CharArrayMap<Object> CharArraySet.mapMethods in org.apache.lucene.analysis that return CharArrayMapModifier and TypeMethodDescriptionstatic <V> CharArrayMap<V> Returns a copy of the given map as aCharArrayMap.static <V> CharArrayMap<V> CharArrayMap.emptyMap()Returns an empty, unmodifiable map.static CharArrayMap<String> WordlistLoader.getStemDict(Reader reader, CharArrayMap<String> result) Reads a stem dictionary.static <V> CharArrayMap<V> CharArrayMap.unmodifiableMap(CharArrayMap<V> map) Returns an unmodifiableCharArrayMap.Methods in org.apache.lucene.analysis with parameters of type CharArrayMapModifier and TypeMethodDescriptionstatic CharArrayMap<String> WordlistLoader.getStemDict(Reader reader, CharArrayMap<String> result) Reads a stem dictionary.static <V> CharArrayMap<V> CharArrayMap.unmodifiableMap(CharArrayMap<V> map) Returns an unmodifiableCharArrayMap.Constructors in org.apache.lucene.analysis with parameters of type CharArrayMapModifierConstructorDescriptionprivateCharArrayMap(CharArrayMap<V> toCopy) Create set from the supplied map (used internally for readonly maps...)(package private)CharArraySet(CharArrayMap<Object> map) Create set from the specified map (internal only), used also bykeySet()(package private) -
Uses of CharArrayMap in org.apache.lucene.analysis.charfilter
Fields in org.apache.lucene.analysis.charfilter declared as CharArrayMapModifier and TypeFieldDescriptionprivate static final CharArrayMap<Character> HTMLStripCharFilter.entityValues -
Uses of CharArrayMap in org.apache.lucene.analysis.en
Fields in org.apache.lucene.analysis.en declared as CharArrayMapModifier and TypeFieldDescriptionprivate static final CharArrayMap<KStemmer.DictEntry> KStemmer.dict_htMethods in org.apache.lucene.analysis.en that return CharArrayMapModifier and TypeMethodDescriptionprivate static CharArrayMap<KStemmer.DictEntry> KStemmer.initializeDictHash() -
Uses of CharArrayMap in org.apache.lucene.analysis.nl
Fields in org.apache.lucene.analysis.nl declared as CharArrayMapModifier and TypeFieldDescription(package private) static final CharArrayMap<String> DutchAnalyzer.DefaultSetHolder.DEFAULT_STEM_DICTConstructors in org.apache.lucene.analysis.nl with parameters of type CharArrayMapModifierConstructorDescriptionDutchAnalyzer(CharArraySet stopwords, CharArraySet stemExclusionTable, CharArrayMap<String> stemOverrideDict)