public class UnicodeNormalizingFilter
extends TokenFilter
Normalizer
Modifier and Type | Field and Description |
---|---|
private FastCache<String,String> |
cache
Keep a cache of lookups performed to-date
|
private static int |
CACHE_SIZE
How many recent mappings to maintain
|
Constructor and Description |
---|
UnicodeNormalizingFilter(TokenStream input) |
Modifier and Type | Method and Description |
---|---|
Token |
next() |
private static final int CACHE_SIZE
private FastCache<String,String> cache