Uses of Class
org.apache.lucene.analysis.CharArrayMap
-
Packages that use CharArrayMap Package Description org.apache.lucene.analysis API and code to convert text into indexable/searchable tokens.org.apache.lucene.analysis.nl Analyzer for Dutch. -
-
Uses of CharArrayMap in org.apache.lucene.analysis
Methods in org.apache.lucene.analysis that return CharArrayMap Modifier and Type Method Description static <V> CharArrayMap<V>
CharArrayMap. copy(Version matchVersion, Map<?,? extends V> map)
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 CharArrayMap Modifier and Type Method Description 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
. -
Uses of CharArrayMap in org.apache.lucene.analysis.nl
Constructors in org.apache.lucene.analysis.nl with parameters of type CharArrayMap Constructor Description DutchAnalyzer(Version matchVersion, Set<?> stopwords, Set<?> stemExclusionTable, CharArrayMap<String> stemOverrideDict)
-