Uses of Class
org.apache.solr.analytics.function.reduction.data.CountCollector.CountData
-
Packages that use CountCollector.CountData Package Description org.apache.solr.analytics.function.reduction.data Reduction data collectors to use while computing analytics expressions. -
-
Uses of CountCollector.CountData in org.apache.solr.analytics.function.reduction.data
Methods in org.apache.solr.analytics.function.reduction.data that return CountCollector.CountData Modifier and Type Method Description CountCollector.CountDataCountCollector. newData()Methods in org.apache.solr.analytics.function.reduction.data with parameters of type CountCollector.CountData Modifier and Type Method Description protected voidCountCollector.ExpressionCountCollector. apply(CountCollector.CountData data)protected voidCountCollector.TotalCountCollector. apply(CountCollector.CountData data)
-