Package | Description |
---|---|
org.apache.lucene.util |
Some utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleStringInterner
Simple lockless and memory barrier free String intern cache that is guaranteed
to return the same String instance as String.intern()
does.
|
Modifier and Type | Field and Description |
---|---|
static StringInterner |
StringHelper.interner
Expert:
The StringInterner implementation used by Lucene.
|