Uses of Class
org.apache.solr.search.stats.ExactStatsCache
-
Packages that use ExactStatsCache Package Description org.apache.solr.search.stats APIs and Classes implementing the Stats component used for document frequency calculations. -
-
Uses of ExactStatsCache in org.apache.solr.search.stats
Subclasses of ExactStatsCache in org.apache.solr.search.stats Modifier and Type Class Description class
ExactSharedStatsCache
This class implements exact caching of statistics.class
LRUStatsCache
UnlikeExactStatsCache
this implementation preserves term stats across queries in a set of LRU caches (with the same life-cycle as SolrIndexSearcher), and based on surface features of a query it determines the need to send additional requests to retrieve local term and collection statistics from shards.
-