Uses of Interface
org.apache.solr.uninverting.FieldCache
-
Packages that use FieldCache Package Description org.apache.solr.uninverting 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 FieldCache Modifier and Type Class Description class
FieldCacheImpl
Expert: The default cache implementation, storing all values in memory.Fields in org.apache.solr.uninverting declared as FieldCache Modifier and Type Field Description static FieldCache
FieldCache. DEFAULT
Expert: The cache used internally by sorting and range query classes.
-