Package | Description |
---|---|
org.apache.solr.analytics |
A solr component to compute complex analytics over search results.
|
org.apache.solr.analytics.stream |
Classes to manage the I/O between shards.
|
org.apache.solr.response |
Response Writer for distributed analytics response from a shard.
|
Modifier and Type | Method and Description |
---|---|
static AnalyticsRequestManager |
AnalyticsRequestParser.parse(AnalyticsRequestParser.AnalyticsRequest request,
ExpressionFactory expressionFactory,
boolean isDistribRequest) |
static AnalyticsRequestManager |
AnalyticsRequestParser.parse(String rawRequest,
ExpressionFactory expressionFactory,
boolean isDistribRequest) |
Modifier and Type | Method and Description |
---|---|
static void |
AnalyticsDriver.drive(AnalyticsRequestManager manager,
SolrIndexSearcher searcher,
Filter filter,
SolrQueryRequest queryRequest)
Drive the collection of reduction data.
|
Constructor and Description |
---|
AnalyticsShardRequestManager(SolrParams params,
AnalyticsRequestManager manager) |
AnalyticsShardResponseParser(AnalyticsRequestManager manager) |
Constructor and Description |
---|
AnalyticsResponse(AnalyticsRequestManager manager) |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.