Package | Description |
---|---|
org.apache.lucene.util |
Some utility classes.
|
Modifier and Type | Class | 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 | Description |
---|---|---|
static StringInterner |
StringHelper.interner |
Expert:
The StringInterner implementation used by Lucene.
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.