Package | Description |
---|---|
org.apache.lucene.analysis.nl |
Analyzer for Dutch.
|
org.apache.lucene.analysis.util |
Utility functions for text analysis.
|
Constructor and Description |
---|
DutchAnalyzer(CharArraySet stopwords,
CharArraySet stemExclusionTable,
CharArrayMap<String> stemOverrideDict) |
DutchAnalyzer(Version matchVersion,
CharArraySet stopwords,
CharArraySet stemExclusionTable,
CharArrayMap<String> stemOverrideDict)
|
Modifier and Type | Method and Description |
---|---|
static <V> CharArrayMap<V> |
CharArrayMap.copy(Map<?,? extends V> map)
Returns a copy of the given map as a
CharArrayMap . |
static <V> CharArrayMap<V> |
CharArrayMap.copy(Version matchVersion,
Map<?,? extends V> map)
Deprecated.
Use
copy(Map) |
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 unmodifiable
CharArrayMap . |
Modifier and Type | Method and 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 unmodifiable
CharArrayMap . |
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.