Package | Description |
---|---|
org.apache.lucene.analysis |
API and code to convert text into indexable/searchable tokens.
|
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 a
CharArrayMap . |
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 | 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-2018 Apache Software Foundation. All Rights Reserved.