Package | Description |
---|---|
org.apache.lucene.analysis |
Text analysis.
|
org.apache.lucene.analysis.charfilter |
Normalization of text before the tokenizer.
|
org.apache.lucene.analysis.en |
Analyzer for English.
|
org.apache.lucene.analysis.nl |
Analyzer for Dutch.
|
Modifier and Type | Class and Description |
---|---|
private static class |
CharArrayMap.EmptyCharArrayMap<V>
Empty
CharArrayMap.UnmodifiableCharArrayMap optimized for speed. |
(package private) static class |
CharArrayMap.UnmodifiableCharArrayMap<V> |
Modifier and Type | Field and Description |
---|---|
private static CharArrayMap<?> |
CharArrayMap.EMPTY_MAP |
private CharArrayMap<java.lang.Object> |
CharArraySet.map |
Modifier and Type | Method and Description |
---|---|
static <V> CharArrayMap<V> |
CharArrayMap.copy(java.util.Map<?,? extends V> map)
Returns a copy of the given map as a
CharArrayMap . |
static <V> CharArrayMap<V> |
CharArrayMap.emptyMap()
Returns an empty, unmodifiable map.
|
static CharArrayMap<java.lang.String> |
WordlistLoader.getStemDict(java.io.Reader reader,
CharArrayMap<java.lang.String> result)
Reads a stem dictionary.
|
static <V> CharArrayMap<V> |
CharArrayMap.unmodifiableMap(CharArrayMap<V> map)
Returns an unmodifiable
CharArrayMap . |
Modifier and Type | Method and Description |
---|---|
static CharArrayMap<java.lang.String> |
WordlistLoader.getStemDict(java.io.Reader reader,
CharArrayMap<java.lang.String> result)
Reads a stem dictionary.
|
static <V> CharArrayMap<V> |
CharArrayMap.unmodifiableMap(CharArrayMap<V> map)
Returns an unmodifiable
CharArrayMap . |
Constructor and Description |
---|
CharArrayMap(CharArrayMap<V> toCopy)
Create set from the supplied map (used internally for readonly maps...)
|
CharArraySet(CharArrayMap<java.lang.Object> map)
Create set from the specified map (internal only), used also by
keySet() |
UnmodifiableCharArrayMap(CharArrayMap<V> map) |
Modifier and Type | Field and Description |
---|---|
private static CharArrayMap<java.lang.Character> |
HTMLStripCharFilter.entityValues |
Modifier and Type | Field and Description |
---|---|
private static CharArrayMap<KStemmer.DictEntry> |
KStemmer.dict_ht |
Modifier and Type | Method and Description |
---|---|
private static CharArrayMap<KStemmer.DictEntry> |
KStemmer.initializeDictHash() |
Modifier and Type | Field and Description |
---|---|
(package private) static CharArrayMap<java.lang.String> |
DutchAnalyzer.DefaultSetHolder.DEFAULT_STEM_DICT |
Constructor and Description |
---|
DutchAnalyzer(CharArraySet stopwords,
CharArraySet stemExclusionTable,
CharArrayMap<java.lang.String> stemOverrideDict) |