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.request |
Request objects for creating Analytics requests
|
Modifier and Type | Field and Description |
---|---|
protected Expression[] |
BasicAccumulator.expressions |
Modifier and Type | Method and Description |
---|---|
Expression[] |
BasicAccumulator.makeExpressions(StatsCollector[] statsCollectors)
Builds an array of Expressions with the given list of counters
|
Modifier and Type | Method and Description |
---|---|
NamedList<?> |
FacetingAccumulator.export(Expression[] expressionArr)
Exports a list of expressions as a NamedList
|
Constructor and Description |
---|
EntryComparator(Comparator<Expression> comp,
int comparatorExpressionPlace) |
Modifier and Type | Class and Description |
---|---|
class |
BaseExpression
BaseExpression returns the value returned by the StatsCollector for the specified stat. |
class |
DualDelegateExpression
Abstraction of an expression that applies a function to two delegate expressions.
|
class |
MultiDelegateExpression
Abstraction of an expression that applies a function to an array of delegate expressions.
|
class |
SingleDelegateExpression
Abstraction of an expression that applies a function to one delegate expression.
|
Modifier and Type | Field and Description |
---|---|
protected Expression |
DualDelegateExpression.a |
protected Expression |
DualDelegateExpression.b |
protected Expression |
SingleDelegateExpression.delegate |
protected Expression[] |
MultiDelegateExpression.delegates |
Modifier and Type | Method and Description |
---|---|
static Expression |
ExpressionFactory.create(String expression,
StatsCollector[] statsCollectors)
Creates a single expression that contains delegate expressions and/or
a StatsCollector.
|
Modifier and Type | Method and Description |
---|---|
Comparator<Expression> |
Expression.comparator(FieldFacetRequest.FacetSortDirection direction) |
Constructor and Description |
---|
DualDelegateExpression(Expression a,
Expression b) |
MultiDelegateExpression(Expression[] delegates) |
SingleDelegateExpression(Expression delegate) |
Modifier and Type | Method and Description |
---|---|
Expression |
ExpressionRequest.getExpression() |
Modifier and Type | Method and Description |
---|---|
void |
ExpressionRequest.setExpression(Expression expression) |
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.