Package | Description |
---|---|
org.apache.solr.analytics.accumulator |
Accumulators accumulate values over different types of strucuture (eg result, facet, etc..)
|
org.apache.solr.analytics.expression |
Expressions map either zero, one, two or many inputs to a single value.
|
org.apache.solr.analytics.statistics |
Statistics collectors reduce a list of Objects to a single value.
|
Class and Description |
---|
StatsCollector
StatsCollector implementations reduce a list of Objects to a single value. |
Class and Description |
---|
StatsCollector
StatsCollector implementations reduce a list of Objects to a single value. |
Class and Description |
---|
AbstractDelegatingStatsCollector
AbstractDelegationStatsCollector objects wrap other StatsCollectors. |
MinMaxStatsCollector
MinMaxStatsCollector computes the min, max, number of values and number of missing values. |
StatsCollector
StatsCollector implementations reduce a list of Objects to a single value. |
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.