public class AnalyticsStats extends Object
AnalyticsRequest
s.Modifier and Type | Field and Description |
---|---|
protected DocSet |
docs |
protected SolrParams |
params |
protected SolrQueryRequest |
req |
protected SolrIndexSearcher |
searcher |
protected AnalyticsStatisticsCollector |
statsCollector |
Constructor and Description |
---|
AnalyticsStats(SolrQueryRequest req,
DocSet docs,
SolrParams params,
AnalyticsStatisticsCollector statsCollector) |
Modifier and Type | Method and Description |
---|---|
NamedList<?> |
execute()
Calculates the analytics requested in the Parameters.
|
protected DocSet docs
protected SolrParams params
protected SolrIndexSearcher searcher
protected SolrQueryRequest req
protected AnalyticsStatisticsCollector statsCollector
public AnalyticsStats(SolrQueryRequest req, DocSet docs, SolrParams params, AnalyticsStatisticsCollector statsCollector)
public NamedList<?> execute() throws IOException
IOException
- if execution failsCopyright © 2000-2016 Apache Software Foundation. All Rights Reserved.