Package org.apache.solr.uninverting
Support for creating docvalues on-the-fly from the inverted index at runtime.
-
Interface Summary Interface Description FieldCache Expert: Maintains caches of term values.FieldCache.Parser interface to all parsers. -
Class Summary Class Description DocTermOrds This class enables fast access to multiple term ords for a specified field across all docIDs.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.BinaryDocValuesImpl FieldCacheImpl.LongsFromArray FieldCacheImpl.SortedDocValuesImpl UninvertingReader A FilterReader that exposes indexed values as if they also had docvalues.UninvertingReader.FieldCacheStats Return information about the backing cache -
Enum Summary Enum Description UninvertingReader.Type Specifies the type of uninversion to apply for the field.