Uses of Class
org.apache.solr.analytics.function.reduction.data.ReductionDataCollector
-
Packages that use ReductionDataCollector Package Description org.apache.solr.analytics.function Functions to use for analytics expressions.org.apache.solr.analytics.function.reduction Reduction functions to use for analytics expressions.org.apache.solr.analytics.function.reduction.data Reduction data collectors to use while computing analytics expressions. -
-
Uses of ReductionDataCollector in org.apache.solr.analytics.function
Fields in org.apache.solr.analytics.function declared as ReductionDataCollector Modifier and Type Field Description protected ReductionDataCollector<?>[]ReductionCollectionManager. reductionDataCollectorsMethods in org.apache.solr.analytics.function with parameters of type ReductionDataCollector Modifier and Type Method Description protected ReductionCollectionManagerMergingReductionCollectionManager. createNewManager(ReductionDataCollector<?>[] reductionDataCollectors, Iterable<AnalyticsField> fields)protected ReductionCollectionManagerReductionCollectionManager. createNewManager(ReductionDataCollector<?>[] reductionDataCollectors, Iterable<AnalyticsField> fields)Create anReductionCollectionManagerto manage the given collectors and fields.Method parameters in org.apache.solr.analytics.function with type arguments of type ReductionDataCollector Modifier and Type Method Description voidReductionFunction. synchronizeDataCollectors(UnaryOperator<ReductionDataCollector<?>> sync)Syncs the data collectors with shared versions across the entire Analytics Request so that as little data as possible is sent across shards.Constructors in org.apache.solr.analytics.function with parameters of type ReductionDataCollector Constructor Description MergingReductionCollectionManager(ReductionDataCollector<?>[] reductionDataCollectors, Iterable<AnalyticsField> fields)ReductionCollectionManager(ReductionDataCollector<?>[] reductionDataCollectors, Iterable<AnalyticsField> fields)Create a Manager to oversee the givenReductionDataCollectors. -
Uses of ReductionDataCollector in org.apache.solr.analytics.function.reduction
Method parameters in org.apache.solr.analytics.function.reduction with type arguments of type ReductionDataCollector Modifier and Type Method Description voidCountFunction. synchronizeDataCollectors(UnaryOperator<ReductionDataCollector<?>> sync)voidDocCountFunction. synchronizeDataCollectors(UnaryOperator<ReductionDataCollector<?>> sync)voidMeanFunction. synchronizeDataCollectors(UnaryOperator<ReductionDataCollector<?>> sync)voidMissingFunction. synchronizeDataCollectors(UnaryOperator<ReductionDataCollector<?>> sync)voidSumFunction. synchronizeDataCollectors(UnaryOperator<ReductionDataCollector<?>> sync)voidUniqueFunction. synchronizeDataCollectors(UnaryOperator<ReductionDataCollector<?>> sync) -
Uses of ReductionDataCollector in org.apache.solr.analytics.function.reduction.data
-