Uses of Package
org.apache.solr.search.stats
-
Packages that use org.apache.solr.search.stats Package Description org.apache.solr.core Core classes implementing Solr internals and the management ofSolrCore
sorg.apache.solr.search APIs and classes for parsing and processing search requestsorg.apache.solr.search.stats APIs and Classes implementing the Stats component used for document frequency calculations. -
Classes in org.apache.solr.search.stats used by org.apache.solr.core Class Description StatsCache This class represents a cache of global document frequency information for selected terms. -
Classes in org.apache.solr.search.stats used by org.apache.solr.search Class Description StatsCache This class represents a cache of global document frequency information for selected terms. -
Classes in org.apache.solr.search.stats used by org.apache.solr.search.stats Class Description CollectionStats Modifiable version ofCollectionStatistics
useful for aggregation of per-shard stats.ExactStatsCache This class implements exact caching of statistics.StatsCache This class represents a cache of global document frequency information for selected terms.StatsCache.StatsCacheMetrics StatsSource The purpose of this class is only to provide two pieces of information necessary to createWeight
from aQuery
, that isTermStatistics
for a term andCollectionStatistics
for the whole collection.TermStats Modifiable version ofTermStatistics
useful for aggregation of per-shard stats.