Uses of Interface
org.apache.solr.uninverting.FieldCache
Packages that use FieldCache
Package
Description
Support for creating docvalues on-the-fly from the inverted index at runtime.
-
Uses of FieldCache in org.apache.solr.uninverting
Classes in org.apache.solr.uninverting that implement FieldCacheModifier and TypeClassDescriptionclassExpert: The default cache implementation, storing all values in memory.Fields in org.apache.solr.uninverting declared as FieldCacheModifier and TypeFieldDescriptionstatic final FieldCacheFieldCache.DEFAULTExpert: The cache used internally by sorting and range query classes.