| Package | Description |
|---|---|
| org.apache.solr.core |
Core classes implementing Solr internals and the management of
SolrCores |
| org.apache.solr.search.stats |
APIs and Classes implementing the Stats component used for document frequency
calculations.
|
| Class and Description |
|---|
| StatsCache
This class represents a cache of global document frequency information for
selected terms.
|
| Class and Description |
|---|
| CollectionStats
Modifiable version of
CollectionStatistics 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.
|
| StatsSource
The purpose of this class is only to provide two pieces of information
necessary to create
Weight from a Query, that is
TermStatistics for a term and CollectionStatistics for the
whole collection. |
| TermStats
Modifiable version of
TermStatistics useful for aggregation of
per-shard stats. |
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.