Package | Description |
---|---|
org.apache.solr.analytics.request |
Request objects for creating Analytics requests
|
org.apache.solr.analytics.statistics |
Statistics collectors reduce a list of Objects to a single value.
|
Modifier and Type | Method and Description |
---|---|
List<ExpressionRequest> |
AnalyticsRequest.getExpressions() |
Modifier and Type | Method and Description |
---|---|
void |
AnalyticsRequest.addExpression(ExpressionRequest expressionRequest) |
void |
AnalyticsRequest.addHiddenExpression(ExpressionRequest expressionRequest) |
int |
ExpressionRequest.compareTo(ExpressionRequest o) |
Modifier and Type | Method and Description |
---|---|
void |
AnalyticsRequest.setExpressions(List<ExpressionRequest> expressions) |
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Supplier<StatsCollector[]> |
StatsCollectorSupplierFactory.create(IndexSchema schema,
List<ExpressionRequest> exRequests)
Builds a Supplier that will generate identical arrays of new StatsCollectors.
|
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.