Package | Description |
---|---|
org.apache.lucene.uninverting |
Support for creating docvalues on-the-fly from the inverted index at runtime.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
FieldCacheImpl
Expert: The default cache implementation, storing all values in memory.
|
Modifier and Type | Field and Description |
---|---|
static FieldCache |
FieldCache.DEFAULT
Expert: The cache used internally by sorting and range query classes.
|
Modifier and Type | Method and Description |
---|---|
static FieldCacheSanityChecker.Insanity[] |
FieldCacheSanityChecker.checkSanity(FieldCache cache)
Quick and dirty convenience method
|