Package | Description |
---|---|
org.apache.lucene.uninverting |
Support for creating docvalues on-the-fly from the inverted index at runtime.
|
Class and Description |
---|
FieldCache
Expert: Maintains caches of term values.
|
FieldCache.CacheEntry
EXPERT: A unique Identifier/Description for each item in the FieldCache.
|
FieldCache.Parser
interface to all parsers.
|
FieldCacheImpl
Expert: The default cache implementation, storing all values in memory.
|
FieldCacheImpl.BitsEntry |
FieldCacheImpl.Cache
Expert: Internal cache.
|
FieldCacheImpl.CacheKey
Expert: Every composite-key in the internal cache is of this type.
|
FieldCacheSanityChecker.Insanity
Simple container for a collection of related CacheEntry objects that
in conjunction with each other represent some "insane" usage of the
FieldCache.
|
FieldCacheSanityChecker.InsanityType
An Enumeration of the different types of "insane" behavior that
may be detected in a FieldCache.
|
FieldCacheSanityChecker.ReaderField
Simple pair object for using "readerKey + fieldName" a Map key
|
UninvertingReader.Type
Deprecated.
Specifies the type of uninversion to apply for the field.
|