See: Description
| Interface | Description |
|---|---|
| FieldCache |
Expert: Maintains caches of term values.
|
| FieldCache.Parser |
interface to all parsers.
|
| Class | Description |
|---|---|
| DocTermOrds | Deprecated
This will be removed in Lucene 7.0.
|
| FieldCache.CacheEntry |
EXPERT: A unique Identifier/Description for each item in the FieldCache.
|
| FieldCache.CreationPlaceholder |
Placeholder indicating creation of this cache is currently in-progress.
|
| FieldCache.PointParser |
Base class for points parsers.
|
| FieldCacheImpl |
Expert: The default cache implementation, storing all values in memory.
|
| FieldCacheImpl.BinaryDocValuesCache | |
| FieldCacheImpl.BinaryDocValuesImpl | |
| FieldCacheImpl.BitsEntry | |
| FieldCacheImpl.Cache |
Expert: Internal cache.
|
| FieldCacheImpl.CacheKey |
Expert: Every composite-key in the internal cache is of this type.
|
| FieldCacheImpl.DocsWithFieldCache | |
| FieldCacheImpl.DocTermOrdsCache | |
| FieldCacheImpl.GrowableWriterAndMinValue | |
| FieldCacheImpl.HoldsOneThing<T> | |
| FieldCacheImpl.LongCache | |
| FieldCacheImpl.LongsFromArray | |
| FieldCacheImpl.SortedDocValuesCache | |
| FieldCacheImpl.SortedDocValuesImpl | |
| FieldCacheImpl.Uninvert | |
| FieldCacheSanityChecker |
Provides methods for sanity checking that entries in the FieldCache
are not wasteful or inconsistent.
|
| 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 | Deprecated
This will be removed in Lucene 7.0.
|
| UninvertingReader.UninvertingDirectoryReader |
| Enum | Description |
|---|---|
| UninvertingReader.Type |
Specifies the type of uninversion to apply for the field.
|