| Name | Description | Type | Package | Framework |
| AbstractDelegatingStatsCollector | AbstractDelegationStatsCollector objects wrap other StatsCollectors. | Class | org.apache.solr.analytics.statistics | Apache Solr Lucene |
| MedianStatsCollector | MedianStatsCollector computes the median. | Class | org.apache.solr.analytics.statistics | Apache Solr Lucene |
| MinMaxStatsCollector | MinMaxStatsCollector computes the min, max, number of values and number of missing values. | Class | org.apache.solr.analytics.statistics | Apache Solr Lucene |
| NumericStatsCollector | NumericStatsCollector computes the sum, sum of squares, mean and standard deviation. | Class | org.apache.solr.analytics.statistics | Apache Solr Lucene |
| PercentileStatsCollector | PercentileStatsCollector computes a given list of percentiles. | Class | org.apache.solr.analytics.statistics | Apache Solr Lucene |
| StatsCollector | StatsCollector implementations reduce a list of Objects to a single value. | Interface | org.apache.solr.analytics.statistics | Apache Solr Lucene |
| StatsCollectorSupplierFactory | Class | org.apache.solr.analytics.statistics | Apache Solr Lucene | |
| UniqueStatsCollector | UniqueValueCounter computes the number of unique values. | Class | org.apache.solr.analytics.statistics | Apache Solr Lucene |