Package | Description |
---|---|
org.apache.solr.analytics |
A solr component to compute complex analytics over search results.
|
org.apache.solr.analytics.function |
Functions to use for analytics expressions.
|
Modifier and Type | Method and Description |
---|---|
Iterable<AnalyticsExpression> |
AnalyticsRequestManager.getUngroupedExpressions()
Return all ungrouped expressions, including grouped expressions if
the old request notation is used.
|
Constructor and Description |
---|
AnalyticsGroupingManager(String name,
ReductionCollectionManager reductionCollectionManager,
Collection<AnalyticsExpression> topLevelExpressions) |
AnalyticsRequestManager(ReductionCollectionManager ungroupedReductionManager,
Collection<AnalyticsExpression> ungroupedExpressions)
Create an manager with the given ungrouped expressions.
|
Constructor and Description |
---|
ExpressionCalculator(Iterable<AnalyticsExpression> expressions) |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.