Uses of Class
org.apache.solr.analytics.function.ReductionCollectionManager
-
Packages that use ReductionCollectionManager Package Description org.apache.solr.analytics A solr component to compute complex analytics over search results.org.apache.solr.analytics.facet Facets supported by the analytics component.org.apache.solr.analytics.function Functions to use for analytics expressions. -
-
Uses of ReductionCollectionManager in org.apache.solr.analytics
Methods in org.apache.solr.analytics that return ReductionCollectionManager Modifier and Type Method Description ReductionCollectionManagerExpressionFactory. createGroupingReductionManager(boolean isCloudCollection)Create a reduction manager to manage the collection of all expressions that have been created sinceExpressionFactory.startGrouping()was called.ReductionCollectionManagerExpressionFactory. createReductionManager(boolean isCloudCollection)Create a reduction manager to manage the collection of all expressions that have been created sinceExpressionFactory.startRequest()was called.ReductionCollectionManagerAnalyticsGroupingManager. getReductionManager()Get theReductionCollectionManagerthat manages the collection of reduction data for the expressions contained within this grouping.ReductionCollectionManagerAnalyticsRequestManager. getUngroupedCollectionManager()Get the collection manager for ungrouped expressions, including grouped expressions if the old request notation is used.Constructors in org.apache.solr.analytics with parameters of type ReductionCollectionManager Constructor Description AnalyticsGroupingManager(String name, ReductionCollectionManager reductionCollectionManager, Collection<AnalyticsExpression> topLevelExpressions)AnalyticsRequestManager(ReductionCollectionManager ungroupedReductionManager, Collection<AnalyticsExpression> ungroupedExpressions)Create an manager with the given ungrouped expressions. -
Uses of ReductionCollectionManager in org.apache.solr.analytics.facet
Fields in org.apache.solr.analytics.facet declared as ReductionCollectionManager Modifier and Type Field Description protected ReductionCollectionManagerAnalyticsFacet. collectionManagerMethods in org.apache.solr.analytics.facet with parameters of type ReductionCollectionManager Modifier and Type Method Description voidAnalyticsFacet. setReductionCollectionManager(ReductionCollectionManager collectionManager)Set theReductionCollectionManagerthat manages the collection of the expressions calculated with this facet.voidPivotFacet. setReductionCollectionManager(ReductionCollectionManager collectionManager)voidPivotNode.PivotBranch. setReductionCollectionManager(ReductionCollectionManager collectionManager) -
Uses of ReductionCollectionManager in org.apache.solr.analytics.function
Subclasses of ReductionCollectionManager in org.apache.solr.analytics.function Modifier and Type Class Description classMergingReductionCollectionManagerTheReductionCollectionManagerused for distributed requests.Methods in org.apache.solr.analytics.function that return ReductionCollectionManager 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.ReductionCollectionManagerReductionCollectionManager. merge(Iterable<ReductionCollectionManager> reductionManagers)Merge this collection manager with others.Method parameters in org.apache.solr.analytics.function with type arguments of type ReductionCollectionManager Modifier and Type Method Description ReductionCollectionManagerReductionCollectionManager. merge(Iterable<ReductionCollectionManager> reductionManagers)Merge this collection manager with others.
-